#335AB1

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

Shades of Cerulean Blue #335AB1

Tints of Cerulean Blue #335AB1

Color information

#335AB1 (or 0x335AB1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5A and B1. RGB value is (51,90,177). Sum of RGB (Red+Green+Blue) = 51+90+177=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #335AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AB1 is #CCA54E. Grayscale: #575757. Windows color (decimal): -13411663 or 11622963. OLE color: 11622963.

HSL color Cylindrical-coordinate representation of color #335AB1: hue angle of 221.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #335AB1 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5190177-
CMYK0.710.4900.31
HSL221.43º55.26%44.71%-
HSV(B)221.43º71.19%69.41%-
XYZ12.9611.1943.07-
YUV88.26178.08101.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=16.04%
G=28.30%
B=55.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51901770.710.4900.31221.4355.2644.71
Hex335AB1473101Fdd372d
Octal63132261107610373356755
Binary110011101101010110001100011111000101111111011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,90,177); }

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

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

 a { background-color: rgb(51,90,177); }

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

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

 span { border-color: rgb(51,90,177); }

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