#335CCB

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

Shades of Cerulean Blue #335CCB

Tints of Cerulean Blue #335CCB

Color information

#335CCB (or 0x335CCB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and CB. RGB value is (51,92,203). Sum of RGB (Red+Green+Blue) = 51+92+203=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #335CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CCB is #CCA334. Grayscale: #5B5B5B. Windows color (decimal): -13411125 or 13327411. OLE color: 13327411.

HSL color Cylindrical-coordinate representation of color #335CCB: hue angle of 223.82º 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 #335CCB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5192203-
CMYK0.750.5500.20
HSL223.82º59.84%49.8%-
HSV(B)223.82º74.88%79.61%-
XYZ15.9712.6758.1-
YUV92.4190.4298.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=14.74%
G=26.59%
B=58.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51922030.750.5500.20223.8259.8449.8
Hex335CCB4B37014e03c32
Octal63134313113670243407462
Binary110011101110011001011100101111011101010011100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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