#335CBB

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

Shades of Cerulean Blue #335CBB

Tints of Cerulean Blue #335CBB

Color information

#335CBB (or 0x335CBB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5C and BB. RGB value is (51,92,187). Sum of RGB (Red+Green+Blue) = 51+92+187=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #335CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBB is #CCA344. Grayscale: #5A5A5A. Windows color (decimal): -13411141 or 12278835. OLE color: 12278835.

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

Color convert

RGB5192187-
CMYK0.730.5100.27
HSL221.91º57.14%46.67%-
HSV(B)221.91º72.73%73.33%-
XYZ14.1611.9548.57-
YUV90.57182.4299.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.45%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=15.45%
G=27.88%
B=56.67%

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
Decimal51921870.730.5100.27221.9157.1446.67
Hex335CBB493301Bde392f
Octal63134273111630333367157
Binary110011101110010111011100100111001101101111011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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