#347fac

Color #347FAC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #347FAC

Tints of Curious Blue #347FAC

Color information

#347FAC (or 0x347FAC) is unknown color: approx Curious Blue. HEX triplet: 34, 7F and AC. RGB value is (52,127,172). Sum of RGB (Red+Green+Blue) = 52+127+172=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #347FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FAC is #CB8053. Grayscale: #6D6D6D. Windows color (decimal): -13336660 or 11304756. OLE color: 11304756.

HSL color Cylindrical-coordinate representation of color #347FAC: hue angle of 202.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347FAC is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52127172-
CMYK0.700.2600.33
HSL202.5º53.57%43.92%-
HSV(B)202.5º69.77%67.45%-
XYZ16.4518.8941.81-
YUV109.7163.1586.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=14.81%
G=36.18%
B=49.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521271720.700.2600.33202.553.5743.92
Hex347FAC461A021ca362c
Octal64177254106320413126654
Binary110100111111110101100100011011010010000111001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347fac; }

 p { color: rgb(52,127,172); }

 H1.HeaderClassName
 {
   color: #347fac;
 }
 .AnyTagClassName
 {
   color: #347fac;
 }
</style>
background-color css

<style>
 a { background-color: #347fac; }

 a { background-color: rgb(52,127,172); }

 div.DivClassName
 {
   background-color: #347fac;
 }
 .BgClassName
 {
   background-color: #347fac;
 }
</style>
border-color css

<style>
 span { border-color: #347fac; }

 span { border-color: rgb(52,127,172); }

 td.TdClassName
 {
   border-color: #347fac;
 }
 .TagClassName
 {
   border-color: #347fac;
 }
</style>