#21325C

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

Shades of Catalina Blue #21325C

Tints of Catalina Blue #21325C

Color information

#21325C (or 0x21325C) is unknown color: approx Catalina Blue. HEX triplet: 21, 32 and 5C. RGB value is (33,50,92). Sum of RGB (Red+Green+Blue) = 33+50+92=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #21325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21325C is #DECDA3. Grayscale: #313131. Windows color (decimal): -14601636 or 6042145. OLE color: 6042145.

HSL color Cylindrical-coordinate representation of color #21325C: hue angle of 222.71º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21325C is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB335092-
CMYK0.640.4600.64
HSL222.71º47.2%24.51%-
HSV(B)222.71º64.13%36.08%-
XYZ3.73.3810.58-
YUV49.7151.87116.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=18.86%
G=28.57%
B=52.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3350920.640.4600.64222.7147.224.51
Hex21325C402E040df2f19
Octal41621341005601003375731
Binary10000111001010111001000000101110010000001101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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