#335FBD

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

Shades of Cerulean Blue #335FBD

Tints of Cerulean Blue #335FBD

Color information

#335FBD (or 0x335FBD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5F and BD. RGB value is (51,95,189). Sum of RGB (Red+Green+Blue) = 51+95+189=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #335FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FBD is #CCA042. Grayscale: #5C5C5C. Windows color (decimal): -13410371 or 12410675. OLE color: 12410675.

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

Color convert

RGB5195189-
CMYK0.730.5000.26
HSL220.87º57.5%47.06%-
HSV(B)220.87º73.02%74.12%-
XYZ14.6412.5649.8-
YUV92.56182.4298.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=15.22%
G=28.36%
B=56.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51951890.730.5000.26220.8757.547.06
Hex335FBD493201Add3a2f
Octal63137275111620323357257
Binary110011101111110111101100100111001001101011011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,189); }

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

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

 a { background-color: rgb(51,95,189); }

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

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

 span { border-color: rgb(51,95,189); }

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