#335CCA

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

Shades of Cerulean Blue #335CCA

Tints of Cerulean Blue #335CCA

Color information

#335CCA (or 0x335CCA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and CA. RGB value is (51,92,202). Sum of RGB (Red+Green+Blue) = 51+92+202=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #335CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CCA is #CCA335. Grayscale: #5B5B5B. Windows color (decimal): -13411126 or 13261875. OLE color: 13261875.

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

Color convert

RGB5192202-
CMYK0.750.5400.21
HSL223.71º59.68%49.61%-
HSV(B)223.71º74.75%79.22%-
XYZ15.8512.6257.48-
YUV92.28189.9298.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.78%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=14.78%
G=26.67%
B=58.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51922020.750.5400.21223.7159.6849.61
Hex335CCA4B36015e03c32
Octal63134312113660253407462
Binary110011101110011001010100101111011001010111100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335CCA; }

 p { color: rgb(51,92,202); }

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

<style>
 a { background-color: #335CCA; }

 a { background-color: rgb(51,92,202); }

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

<style>
 span { border-color: #335CCA; }

 span { border-color: rgb(51,92,202); }

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