#335BBB

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

Shades of Cerulean Blue #335BBB

Tints of Cerulean Blue #335BBB

Color information

#335BBB (or 0x335BBB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5B and BB. RGB value is (51,91,187). Sum of RGB (Red+Green+Blue) = 51+91+187=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #335BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBB is #CCA444. Grayscale: #595959. Windows color (decimal): -13411397 or 12278579. OLE color: 12278579.

HSL color Cylindrical-coordinate representation of color #335BBB: hue angle of 222.35º 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 #335BBB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5191187-
CMYK0.730.5100.27
HSL222.35º57.14%46.67%-
HSV(B)222.35º72.73%73.33%-
XYZ14.0811.7748.54-
YUV89.98182.75100.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=15.50%
G=27.66%
B=56.84%

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
Decimal51911870.730.5100.27222.3557.1446.67
Hex335BBB493301Bde392f
Octal63133273111630333367157
Binary110011101101110111011100100111001101101111011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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