#335DBF

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

Shades of Cerulean Blue #335DBF

Tints of Cerulean Blue #335DBF

Color information

#335DBF (or 0x335DBF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5D and BF. RGB value is (51,93,191). Sum of RGB (Red+Green+Blue) = 51+93+191=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #335DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DBF is #CCA240. Grayscale: #5B5B5B. Windows color (decimal): -13410881 or 12541235. OLE color: 12541235.

HSL color Cylindrical-coordinate representation of color #335DBF: hue angle of 222º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335DBF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5193191-
CMYK0.730.5100.25
HSL222º57.85%47.45%-
HSV(B)222º73.3%74.9%-
XYZ14.6812.2950.89-
YUV91.61184.0999.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 191 (75% from 255) = 57.01%
R=15.22%
G=27.76%
B=57.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51931910.730.5100.2522257.8547.45
Hex335DBF4933019de3a2f
Octal63135277111630313367257
Binary110011101110110111111100100111001101100111011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,191); }

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

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

 a { background-color: rgb(51,93,191); }

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

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

 span { border-color: rgb(51,93,191); }

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