#3472C4

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

Shades of Curious Blue #3472C4

Tints of Curious Blue #3472C4

Color information

#3472C4 (or 0x3472C4) is unknown color: approx Curious Blue. HEX triplet: 34, 72 and C4. RGB value is (52,114,196). Sum of RGB (Red+Green+Blue) = 52+114+196=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #3472C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472C4 is #CB8D3B. Grayscale: #686868. Windows color (decimal): -13339964 or 12874292. OLE color: 12874292.

HSL color Cylindrical-coordinate representation of color #3472C4: hue angle of 214.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3472C4 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52114196-
CMYK0.730.4200.23
HSL214.17º58.06%48.63%-
HSV(B)214.17º73.47%76.86%-
XYZ17.416.7554.54-
YUV104.81179.4690.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 196 (76.95% from 255) = 54.14%
R=14.36%
G=31.49%
B=54.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521141960.730.4200.23214.1758.0648.63
Hex3472C4492A017d63a31
Octal64162304111520273267261
Binary110100111001011000100100100110101001011111010110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3472C4; }

 p { color: rgb(52,114,196); }

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

<style>
 a { background-color: #3472C4; }

 a { background-color: rgb(52,114,196); }

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

<style>
 span { border-color: #3472C4; }

 span { border-color: rgb(52,114,196); }

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