#335BBA

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

Shades of Cerulean Blue #335BBA

Tints of Cerulean Blue #335BBA

Color information

#335BBA (or 0x335BBA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5B and BA. RGB value is (51,91,186). Sum of RGB (Red+Green+Blue) = 51+91+186=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #335BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBA is #CCA445. Grayscale: #595959. Windows color (decimal): -13411398 or 12213043. OLE color: 12213043.

HSL color Cylindrical-coordinate representation of color #335BBA: hue angle of 222.22º 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 #335BBA is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5191186-
CMYK0.730.5100.27
HSL222.22º56.96%46.47%-
HSV(B)222.22º72.58%72.94%-
XYZ13.9711.7347.98-
YUV89.87182.25100.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=15.55%
G=27.74%
B=56.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51911860.730.5100.27222.2256.9646.47
Hex335BBA493301Bde392e
Octal63133272111630333367156
Binary110011101101110111010100100111001101101111011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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