#335CBA

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

Shades of Cerulean Blue #335CBA

Tints of Cerulean Blue #335CBA

Color information

#335CBA (or 0x335CBA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and BA. RGB value is (51,92,186). Sum of RGB (Red+Green+Blue) = 51+92+186=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #335CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBA is #CCA345. Grayscale: #5A5A5A. Windows color (decimal): -13411142 or 12213299. OLE color: 12213299.

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

Color convert

RGB5192186-
CMYK0.730.5100.27
HSL221.78º56.96%46.47%-
HSV(B)221.78º72.58%72.94%-
XYZ14.0611.948.01-
YUV90.46181.9299.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=15.50%
G=27.96%
B=56.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51921860.730.5100.27221.7856.9646.47
Hex335CBA493301Bde392e
Octal63134272111630333367156
Binary110011101110010111010100100111001101101111011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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