#21416C

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

Shades of Catalina Blue #21416C

Tints of Catalina Blue #21416C

Color information

#21416C (or 0x21416C) is unknown color: approx Catalina Blue. HEX triplet: 21, 41 and 6C. RGB value is (33,65,108). Sum of RGB (Red+Green+Blue) = 33+65+108=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #21416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21416C is #DEBE93. Grayscale: #3C3C3C. Windows color (decimal): -14597780 or 7094561. OLE color: 7094561.

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

Color convert

RGB3365108-
CMYK0.690.4000.58
HSL214.4º53.19%27.65%-
HSV(B)214.4º69.44%42.35%-
XYZ5.225.1914.91-
YUV60.33154.9108.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=16.02%
G=31.55%
B=52.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33651080.690.4000.58214.453.1927.65
Hex21416C452803Ad6351c
Octal41101154105500723266534
Binary10000110000011101100100010110100001110101101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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