#335ABA

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

Shades of Cerulean Blue #335ABA

Tints of Cerulean Blue #335ABA

Color information

#335ABA (or 0x335ABA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5A and BA. RGB value is (51,90,186). Sum of RGB (Red+Green+Blue) = 51+90+186=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #335ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ABA is #CCA545. Grayscale: #585858. Windows color (decimal): -13411654 or 12212787. OLE color: 12212787.

HSL color Cylindrical-coordinate representation of color #335ABA: hue angle of 222.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335ABA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5190186-
CMYK0.730.5200.27
HSL222.67º56.96%46.47%-
HSV(B)222.67º72.58%72.94%-
XYZ13.8811.5647.95-
YUV89.28182.58100.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=15.60%
G=27.52%
B=56.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51901860.730.5200.27222.6756.9646.47
Hex335ABA493401Bdf392e
Octal63132272111640333377156
Binary110011101101010111010100100111010001101111011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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