#213553

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

Shades of Catalina Blue #213553

Tints of Catalina Blue #213553

Color information

#213553 (or 0x213553) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 53. RGB value is (33,53,83). Sum of RGB (Red+Green+Blue) = 33+53+83=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #213553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213553 is #DECAAC. Grayscale: #323232. Windows color (decimal): -14600877 or 5453089. OLE color: 5453089.

HSL color Cylindrical-coordinate representation of color #213553: hue angle of 216º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213553 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335383-
CMYK0.600.3600.67
HSL216º43.1%22.75%-
HSV(B)216º60.24%32.55%-
XYZ3.463.498.68-
YUV50.44146.37115.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=19.53%
G=31.36%
B=49.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3353830.600.3600.6721643.122.75
Hex2135533C24043d82b17
Octal4165123744401033305327
Binary1000011101011010011111100100100010000111101100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213553; }

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

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

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

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

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

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

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

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