#3472BF

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

Shades of Curious Blue #3472BF

Tints of Curious Blue #3472BF

Color information

#3472BF (or 0x3472BF) is unknown color: approx Curious Blue. HEX triplet: 34, 72 and BF. RGB value is (52,114,191). Sum of RGB (Red+Green+Blue) = 52+114+191=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3472BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472BF is #CB8D40. Grayscale: #676767. Windows color (decimal): -13339969 or 12546612. OLE color: 12546612.

HSL color Cylindrical-coordinate representation of color #3472BF: hue angle of 213.24º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3472BF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52114191-
CMYK0.730.4000.25
HSL213.24º57.2%47.65%-
HSV(B)213.24º72.77%74.9%-
XYZ16.8416.5351.59-
YUV104.24176.9690.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 191 (75% from 255) = 53.50%
R=14.57%
G=31.93%
B=53.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521141910.730.4000.25213.2457.247.65
Hex3472BF4928019d53930
Octal64162277111500313257160
Binary110100111001010111111100100110100001100111010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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