#213561

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

Shades of Catalina Blue #213561

Tints of Catalina Blue #213561

Color information

#213561 (or 0x213561) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 61. RGB value is (33,53,97). Sum of RGB (Red+Green+Blue) = 33+53+97=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #213561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213561 is #DECA9E. Grayscale: #333333. Windows color (decimal): -14600863 or 6370593. OLE color: 6370593.

HSL color Cylindrical-coordinate representation of color #213561: hue angle of 221.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213561 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB335397-
CMYK0.660.4500.62
HSL221.25º49.23%25.49%-
HSV(B)221.25º65.98%38.04%-
XYZ4.063.7311.82-
YUV52.04153.37114.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=18.03%
G=28.96%
B=53.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3353970.660.4500.62221.2549.2325.49
Hex213561422D03Edd3119
Octal4165141102550763356131
Binary1000011101011100001100001010110101111101101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213561; }

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

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

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

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

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

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

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

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