#3378C9

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

Shades of Curious Blue #3378C9

Tints of Curious Blue #3378C9

Color information

#3378C9 (or 0x3378C9) is unknown color: approx Curious Blue. HEX triplet: 33, 78 and C9. RGB value is (51,120,201). Sum of RGB (Red+Green+Blue) = 51+120+201=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #3378C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378C9 is #CC8736. Grayscale: #6C6C6C. Windows color (decimal): -13403959 or 13203507. OLE color: 13203507.

HSL color Cylindrical-coordinate representation of color #3378C9: hue angle of 212.4º 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 #3378C9 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51120201-
CMYK0.750.4000.21
HSL212.4º59.52%49.41%-
HSV(B)212.4º74.63%78.82%-
XYZ18.6218.3557.82-
YUV108.6180.1486.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.71%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 201 (78.91% from 255) = 54.03%
R=13.71%
G=32.26%
B=54.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511202010.750.4000.21212.459.5249.41
Hex3378C94B28015d43c31
Octal63170311113500253247461
Binary110011111100011001001100101110100001010111010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3378C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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