#3372C9

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

Shades of Curious Blue #3372C9

Tints of Curious Blue #3372C9

Color information

#3372C9 (or 0x3372C9) is unknown color: approx Curious Blue. HEX triplet: 33, 72 and C9. RGB value is (51,114,201). Sum of RGB (Red+Green+Blue) = 51+114+201=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #3372C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372C9 is #CC8D36. Grayscale: #686868. Windows color (decimal): -13405495 or 13201971. OLE color: 13201971.

HSL color Cylindrical-coordinate representation of color #3372C9: hue angle of 214.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3372C9 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51114201-
CMYK0.750.4300.21
HSL214.8º59.52%49.41%-
HSV(B)214.8º74.63%78.82%-
XYZ17.9316.9657.59-
YUV105.08182.1389.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 201 (78.91% from 255) = 54.92%
R=13.93%
G=31.15%
B=54.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511142010.750.4300.21214.859.5249.41
Hex3372C94B2B015d73c31
Octal63162311113530253277461
Binary110011111001011001001100101110101101010111010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3372C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3372C9; }

 p { color: rgb(51,114,201); }

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

<style>
 a { background-color: #3372C9; }

 a { background-color: rgb(51,114,201); }

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

<style>
 span { border-color: #3372C9; }

 span { border-color: rgb(51,114,201); }

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