#22416C

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

Shades of Catalina Blue #22416C

Tints of Catalina Blue #22416C

Color information

#22416C (or 0x22416C) is unknown color: approx Catalina Blue. HEX triplet: 22, 41 and 6C. RGB value is (34,65,108). Sum of RGB (Red+Green+Blue) = 34+65+108=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #22416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22416C is #DDBE93. Grayscale: #3C3C3C. Windows color (decimal): -14532244 or 7094562. OLE color: 7094562.

HSL color Cylindrical-coordinate representation of color #22416C: hue angle of 214.86º degrees, saturation: 0.52, 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 #22416C is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3465108-
CMYK0.690.4000.58
HSL214.86º52.11%27.84%-
HSV(B)214.86º68.52%42.35%-
XYZ5.265.214.91-
YUV60.63154.73109-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=16.43%
G=31.40%
B=52.17%

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
Decimal34651080.690.4000.58214.8652.1127.84
Hex22416C452803Ad7341c
Octal42101154105500723276434
Binary10001010000011101100100010110100001110101101011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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