#213558

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

Shades of Catalina Blue #213558

Tints of Catalina Blue #213558

Color information

#213558 (or 0x213558) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 58. RGB value is (33,53,88). Sum of RGB (Red+Green+Blue) = 33+53+88=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #213558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213558 is #DECAA7. Grayscale: #323232. Windows color (decimal): -14600872 or 5780769. OLE color: 5780769.

HSL color Cylindrical-coordinate representation of color #213558: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213558 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335388-
CMYK0.620.4000.65
HSL218.18º45.45%23.73%-
HSV(B)218.18º62.5%34.51%-
XYZ3.663.579.73-
YUV51.01148.87115.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=18.97%
G=30.46%
B=50.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3353880.620.4000.65218.1845.4523.73
Hex2135583E28041da2d18
Octal4165130765001013325530
Binary1000011101011011000111110101000010000011101101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213558; }

 p { color: rgb(33,53,88); }

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

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

 a { background-color: rgb(33,53,88); }

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

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

 span { border-color: rgb(33,53,88); }

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