#335FB5

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

Shades of Cerulean Blue #335FB5

Tints of Cerulean Blue #335FB5

Color information

#335FB5 (or 0x335FB5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5F and B5. RGB value is (51,95,181). Sum of RGB (Red+Green+Blue) = 51+95+181=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #335FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FB5 is #CCA04A. Grayscale: #5B5B5B. Windows color (decimal): -13410379 or 11886387. OLE color: 11886387.

HSL color Cylindrical-coordinate representation of color #335FB5: hue angle of 219.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #335FB5 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5195181-
CMYK0.720.4800.29
HSL219.69º56.03%45.49%-
HSV(B)219.69º71.82%70.98%-
XYZ13.812.2245.35-
YUV91.65178.4299.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=15.60%
G=29.05%
B=55.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51951810.720.4800.29219.6956.0345.49
Hex335FB5483001Ddc382d
Octal63137265110600353347055
Binary110011101111110110101100100011000001110111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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