#335BCA

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

Shades of Cerulean Blue #335BCA

Tints of Cerulean Blue #335BCA

Color information

#335BCA (or 0x335BCA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5B and CA. RGB value is (51,91,202). Sum of RGB (Red+Green+Blue) = 51+91+202=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #335BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BCA is #CCA435. Grayscale: #5B5B5B. Windows color (decimal): -13411382 or 13261619. OLE color: 13261619.

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

Color convert

RGB5191202-
CMYK0.750.5500.21
HSL224.11º59.68%49.61%-
HSV(B)224.11º74.75%79.22%-
XYZ15.7712.4557.45-
YUV91.69190.2598.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=14.83%
G=26.45%
B=58.72%

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
Decimal51912020.750.5500.21224.1159.6849.61
Hex335BCA4B37015e03c32
Octal63133312113670253407462
Binary110011101101111001010100101111011101010111100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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