#22406F

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

Shades of Catalina Blue #22406F

Tints of Catalina Blue #22406F

Color information

#22406F (or 0x22406F) is unknown color: approx Catalina Blue. HEX triplet: 22, 40 and 6F. RGB value is (34,64,111). Sum of RGB (Red+Green+Blue) = 34+64+111=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #22406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22406F is #DDBF90. Grayscale: #3C3C3C. Windows color (decimal): -14532497 or 7290914. OLE color: 7290914.

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

Color convert

RGB3464111-
CMYK0.690.4200.56
HSL216.62º53.1%28.43%-
HSV(B)216.62º69.37%43.53%-
XYZ5.365.1515.75-
YUV60.39156.56109.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=16.27%
G=30.62%
B=53.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34641110.690.4200.56216.6253.128.43
Hex22406F452A038d9351c
Octal42100157105520703316534
Binary10001010000001101111100010110101001110001101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22406F; }

 p { color: rgb(34,64,111); }

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

<style>
 a { background-color: #22406F; }

 a { background-color: rgb(34,64,111); }

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

<style>
 span { border-color: #22406F; }

 span { border-color: rgb(34,64,111); }

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