#335CB9

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

Shades of Cerulean Blue #335CB9

Tints of Cerulean Blue #335CB9

Color information

#335CB9 (or 0x335CB9) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and B9. RGB value is (51,92,185). Sum of RGB (Red+Green+Blue) = 51+92+185=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #335CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CB9 is #CCA346. Grayscale: #595959. Windows color (decimal): -13411143 or 12147763. OLE color: 12147763.

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

Color convert

RGB5192185-
CMYK0.720.5000.27
HSL221.64º56.78%46.27%-
HSV(B)221.64º72.43%72.55%-
XYZ13.9511.8647.45-
YUV90.34181.4299.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 185 (72.66% from 255) = 56.40%
R=15.55%
G=28.05%
B=56.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51921850.720.5000.27221.6456.7846.27
Hex335CB9483201Bde392e
Octal63134271110620333367156
Binary110011101110010111001100100011001001101111011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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