#21416B

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

Shades of Catalina Blue #21416B

Tints of Catalina Blue #21416B

Color information

#21416B (or 0x21416B) is unknown color: approx Catalina Blue. HEX triplet: 21, 41 and 6B. RGB value is (33,65,107). Sum of RGB (Red+Green+Blue) = 33+65+107=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #21416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21416B is #DEBE94. Grayscale: #3C3C3C. Windows color (decimal): -14597781 or 7029025. OLE color: 7029025.

HSL color Cylindrical-coordinate representation of color #21416B: hue angle of 214.05º 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 #21416B is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3365107-
CMYK0.690.3900.58
HSL214.05º52.86%27.45%-
HSV(B)214.05º69.16%41.96%-
XYZ5.175.1714.63-
YUV60.22154.4108.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=16.10%
G=31.71%
B=52.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33651070.690.3900.58214.0552.8627.45
Hex21416B452703Ad6351b
Octal41101153105470723266533
Binary10000110000011101011100010110011101110101101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21416B; }

 p { color: rgb(33,65,107); }

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

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

 a { background-color: rgb(33,65,107); }

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

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

 span { border-color: rgb(33,65,107); }

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