#213568

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

Shades of Catalina Blue #213568

Tints of Catalina Blue #213568

Color information

#213568 (or 0x213568) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 68. RGB value is (33,53,104). Sum of RGB (Red+Green+Blue) = 33+53+104=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #213568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213568 is #DECA97. Grayscale: #343434. Windows color (decimal): -14600856 or 6829345. OLE color: 6829345.

HSL color Cylindrical-coordinate representation of color #213568: hue angle of 223.1º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213568 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3353104-
CMYK0.680.4900.59
HSL223.1º51.82%26.86%-
HSV(B)223.1º68.27%40.78%-
XYZ4.43.8713.61-
YUV52.83156.87113.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=17.37%
G=27.89%
B=54.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33531040.680.4900.59223.151.8226.86
Hex213568443103Bdf341b
Octal4165150104610733376433
Binary1000011101011101000100010011000101110111101111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213568; }

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

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

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

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

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

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

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

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