#21325A

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

Shades of Catalina Blue #21325A

Tints of Catalina Blue #21325A

Color information

#21325A (or 0x21325A) is unknown color: approx Catalina Blue. HEX triplet: 21, 32 and 5A. RGB value is (33,50,90). Sum of RGB (Red+Green+Blue) = 33+50+90=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #21325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21325A is #DECDA5. Grayscale: #313131. Windows color (decimal): -14601638 or 5911073. OLE color: 5911073.

HSL color Cylindrical-coordinate representation of color #21325A: hue angle of 222.11º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21325A is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335090-
CMYK0.630.4400.65
HSL222.11º46.34%24.12%-
HSV(B)222.11º63.33%35.29%-
XYZ3.613.3410.13-
YUV49.48150.87116.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=19.08%
G=28.90%
B=52.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3350900.630.4400.65222.1146.3424.12
Hex21325A3F2C041de2e18
Octal4162132775401013365630
Binary1000011100101011010111111101100010000011101111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21325A; }

 p { color: rgb(33,50,90); }

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

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

 a { background-color: rgb(33,50,90); }

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

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

 span { border-color: rgb(33,50,90); }

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