#335DAF

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

Shades of Cerulean Blue #335DAF

Tints of Cerulean Blue #335DAF

Color information

#335DAF (or 0x335DAF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5D and AF. RGB value is (51,93,175). Sum of RGB (Red+Green+Blue) = 51+93+175=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #335DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DAF is #CCA250. Grayscale: #595959. Windows color (decimal): -13410897 or 11492659. OLE color: 11492659.

HSL color Cylindrical-coordinate representation of color #335DAF: hue angle of 219.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #335DAF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5193175-
CMYK0.710.4700.31
HSL219.68º54.87%44.31%-
HSV(B)219.68º70.86%68.63%-
XYZ13.0211.6342.12-
YUV89.79176.09100.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=15.99%
G=29.15%
B=54.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51931750.710.4700.31219.6854.8744.31
Hex335DAF472F01Fdc372c
Octal63135257107570373346754
Binary110011101110110101111100011110111101111111011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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