#335bc3

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

Shades of Cerulean Blue #335BC3

Tints of Cerulean Blue #335BC3

Color information

#335BC3 (or 0x335BC3) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5B and C3. RGB value is (51,91,195). Sum of RGB (Red+Green+Blue) = 51+91+195=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 195 (76.56% from 255 or 57.86% from 337); Max value from RGB is 195 - color contains mainly: blue. Hex color #335BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BC3 is #CCA43C. Grayscale: #5A5A5A. Windows color (decimal): -13411389 or 12802867. OLE color: 12802867.

HSL color Cylindrical-coordinate representation of color #335BC3: hue angle of 223.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #335BC3 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5191195-
CMYK0.740.5300.24
HSL223.33º58.54%48.24%-
HSV(B)223.33º73.85%76.47%-
XYZ14.9612.1353.18-
YUV90.9186.7599.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 195 (76.56% from 255) = 57.86%
R=15.13%
G=27.00%
B=57.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51911950.740.5300.24223.3358.5448.24
Hex335BC34A35018df3b30
Octal63133303112650303377360
Binary110011101101111000011100101011010101100011011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335bc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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