#22406D

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

Shades of Catalina Blue #22406D

Tints of Catalina Blue #22406D

Color information

#22406D (or 0x22406D) is unknown color: approx Catalina Blue. HEX triplet: 22, 40 and 6D. RGB value is (34,64,109). Sum of RGB (Red+Green+Blue) = 34+64+109=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #22406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22406D is #DDBF92. Grayscale: #3B3B3B. Windows color (decimal): -14532499 or 7159842. OLE color: 7159842.

HSL color Cylindrical-coordinate representation of color #22406D: hue angle of 216º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22406D is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3464109-
CMYK0.690.4100.57
HSL216º52.45%28.04%-
HSV(B)216º68.81%42.75%-
XYZ5.255.1115.18-
YUV60.16155.56109.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=16.43%
G=30.92%
B=52.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34641090.690.4100.5721652.4528.04
Hex22406D4529039d8341c
Octal42100155105510713306434
Binary10001010000001101101100010110100101110011101100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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