#22426F

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

Shades of Catalina Blue #22426F

Tints of Catalina Blue #22426F

Color information

#22426F (or 0x22426F) is unknown color: approx Catalina Blue. HEX triplet: 22, 42 and 6F. RGB value is (34,66,111). Sum of RGB (Red+Green+Blue) = 34+66+111=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #22426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22426F is #DDBD90. Grayscale: #3D3D3D. Windows color (decimal): -14531985 or 7291426. OLE color: 7291426.

HSL color Cylindrical-coordinate representation of color #22426F: hue angle of 215.06º 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 #22426F is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3466111-
CMYK0.690.4100.56
HSL215.06º53.1%28.43%-
HSV(B)215.06º69.37%43.53%-
XYZ5.485.3815.79-
YUV61.56155.9108.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=16.11%
G=31.28%
B=52.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34661110.690.4100.56215.0653.128.43
Hex22426F4529038d7351c
Octal42102157105510703276534
Binary10001010000101101111100010110100101110001101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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