#21426A

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

Shades of Catalina Blue #21426A

Tints of Catalina Blue #21426A

Color information

#21426A (or 0x21426A) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 6A. RGB value is (33,66,106). Sum of RGB (Red+Green+Blue) = 33+66+106=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #21426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426A is #DEBD95. Grayscale: #3C3C3C. Windows color (decimal): -14597526 or 6963745. OLE color: 6963745.

HSL color Cylindrical-coordinate representation of color #21426A: hue angle of 212.88º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21426A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3366106-
CMYK0.690.3800.58
HSL212.88º52.52%27.25%-
HSV(B)212.88º68.87%41.57%-
XYZ5.185.2614.38-
YUV60.69153.57108.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=16.10%
G=32.20%
B=51.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33661060.690.3800.58212.8852.5227.25
Hex21426A452603Ad5351b
Octal41102152105460723256533
Binary10000110000101101010100010110011001110101101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,66,106); }

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

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

 a { background-color: rgb(33,66,106); }

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

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

 span { border-color: rgb(33,66,106); }

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