#3361CC

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

Shades of Cerulean Blue #3361CC

Tints of Cerulean Blue #3361CC

Color information

#3361CC (or 0x3361CC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 61 and CC. RGB value is (51,97,204). Sum of RGB (Red+Green+Blue) = 51+97+204=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #3361CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361CC is #CC9E33. Grayscale: #5E5E5E. Windows color (decimal): -13409844 or 13394227. OLE color: 13394227.

HSL color Cylindrical-coordinate representation of color #3361CC: hue angle of 221.96º 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 #3361CC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5197204-
CMYK0.750.5200.2
HSL221.96º60%50%-
HSV(B)221.96º75%80%-
XYZ16.5413.6158.88-
YUV95.44189.2696.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=14.49%
G=27.56%
B=57.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51972040.750.5200.2221.966050
Hex3361CC4B34014de3c32
Octal63141314113640243367462
Binary110011110000111001100100101111010001010011011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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