#335ACB

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

Shades of Cerulean Blue #335ACB

Tints of Cerulean Blue #335ACB

Color information

#335ACB (or 0x335ACB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5A and CB. RGB value is (51,90,203). Sum of RGB (Red+Green+Blue) = 51+90+203=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #335ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ACB is #CCA534. Grayscale: #5A5A5A. Windows color (decimal): -13411637 or 13326899. OLE color: 13326899.

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

Color convert

RGB5190203-
CMYK0.750.5600.20
HSL224.61º59.84%49.8%-
HSV(B)224.61º74.88%79.61%-
XYZ15.812.3358.05-
YUV91.22191.0899.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=14.83%
G=26.16%
B=59.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51902030.750.5600.20224.6159.8449.8
Hex335ACB4B38014e13c32
Octal63132313113700243417462
Binary110011101101011001011100101111100001010011100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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