#335BC9

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

Shades of Cerulean Blue #335BC9

Tints of Cerulean Blue #335BC9

Color information

#335BC9 (or 0x335BC9) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5B and C9. RGB value is (51,91,201). Sum of RGB (Red+Green+Blue) = 51+91+201=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #335BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BC9 is #CCA436. Grayscale: #5B5B5B. Windows color (decimal): -13411383 or 13196083. OLE color: 13196083.

HSL color Cylindrical-coordinate representation of color #335BC9: hue angle of 224º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335BC9 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5191201-
CMYK0.750.5500.21
HSL224º59.52%49.41%-
HSV(B)224º74.63%78.82%-
XYZ15.6512.456.83-
YUV91.58189.7599.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 201 (78.91% from 255) = 58.60%
R=14.87%
G=26.53%
B=58.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51912010.750.5500.2122459.5249.41
Hex335BC94B37015e03c31
Octal63133311113670253407461
Binary110011101101111001001100101111011101010111100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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