#335CBE

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

Shades of Cerulean Blue #335CBE

Tints of Cerulean Blue #335CBE

Color information

#335CBE (or 0x335CBE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and BE. RGB value is (51,92,190). Sum of RGB (Red+Green+Blue) = 51+92+190=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #335CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBE is #CCA341. Grayscale: #5A5A5A. Windows color (decimal): -13411138 or 12475443. OLE color: 12475443.

HSL color Cylindrical-coordinate representation of color #335CBE: hue angle of 222.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335CBE is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5192190-
CMYK0.730.5200.25
HSL222.3º57.68%47.25%-
HSV(B)222.3º73.16%74.51%-
XYZ14.4912.0850.28-
YUV90.91183.9299.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=15.32%
G=27.63%
B=57.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51921900.730.5200.25222.357.6847.25
Hex335CBE4934019de3a2f
Octal63134276111640313367257
Binary110011101110010111110100100111010001100111011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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