#21426D

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

Shades of Catalina Blue #21426D

Tints of Catalina Blue #21426D

Color information

#21426D (or 0x21426D) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 6D. RGB value is (33,66,109). Sum of RGB (Red+Green+Blue) = 33+66+109=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #21426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426D is #DEBD92. Grayscale: #3C3C3C. Windows color (decimal): -14597523 or 7160353. OLE color: 7160353.

HSL color Cylindrical-coordinate representation of color #21426D: hue angle of 213.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21426D is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3366109-
CMYK0.700.3900.57
HSL213.95º53.52%27.84%-
HSV(B)213.95º69.72%42.75%-
XYZ5.345.3215.21-
YUV61.04155.07108-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=15.87%
G=31.73%
B=52.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33661090.700.3900.57213.9553.5227.84
Hex21426D4627039d6361c
Octal41102155106470713266634
Binary10000110000101101101100011010011101110011101011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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