#335EB0

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

Shades of Cerulean Blue #335EB0

Tints of Cerulean Blue #335EB0

Color information

#335EB0 (or 0x335EB0) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5E and B0. RGB value is (51,94,176). Sum of RGB (Red+Green+Blue) = 51+94+176=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #335EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EB0 is #CCA14F. Grayscale: #5A5A5A. Windows color (decimal): -13410640 or 11558451. OLE color: 11558451.

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

Color convert

RGB5194176-
CMYK0.710.4700.31
HSL219.36º55.07%44.51%-
HSV(B)219.36º71.02%69.02%-
XYZ13.211.8442.66-
YUV90.49176.2599.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 176 (69.14% from 255) = 54.83%
R=15.89%
G=29.28%
B=54.83%

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
Decimal51941760.710.4700.31219.3655.0744.51
Hex335EB0472F01Fdb372d
Octal63136260107570373336755
Binary110011101111010110000100011110111101111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,94,176); }

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

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

 a { background-color: rgb(51,94,176); }

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

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

 span { border-color: rgb(51,94,176); }

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