#3364CC

Color #3364CC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3364CC

Tints of Cerulean Blue #3364CC

Color information

#3364CC (or 0x3364CC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 64 and CC. RGB value is (51,100,204). Sum of RGB (Red+Green+Blue) = 51+100+204=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #3364CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364CC is #CC9B33. Grayscale: #606060. Windows color (decimal): -13409076 or 13394995. OLE color: 13394995.

HSL color Cylindrical-coordinate representation of color #3364CC: hue angle of 220.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3364CC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51100204-
CMYK0.750.5100.2
HSL220.78º60%50%-
HSV(B)220.78º75%80%-
XYZ16.8214.1858.98-
YUV97.2188.2795.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=14.37%
G=28.17%
B=57.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511002040.750.5100.2220.786050
Hex3364CC4B33014dd3c32
Octal63144314113630243357462
Binary110011110010011001100100101111001101010011011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3364CC; }

 p { color: rgb(51,100,204); }

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

<style>
 a { background-color: #3364CC; }

 a { background-color: rgb(51,100,204); }

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

<style>
 span { border-color: #3364CC; }

 span { border-color: rgb(51,100,204); }

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