#22386C

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

Shades of Catalina Blue #22386C

Tints of Catalina Blue #22386C

Color information

#22386C (or 0x22386C) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 6C. RGB value is (34,56,108). Sum of RGB (Red+Green+Blue) = 34+56+108=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #22386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22386C is #DDC793. Grayscale: #373737. Windows color (decimal): -14534548 or 7092258. OLE color: 7092258.

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

Color convert

RGB3456108-
CMYK0.690.4800.58
HSL222.16º52.11%27.84%-
HSV(B)222.16º68.52%42.35%-
XYZ4.784.2514.76-
YUV55.35157.71112.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=17.17%
G=28.28%
B=54.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34561080.690.4800.58222.1652.1127.84
Hex22386C453003Ade341c
Octal4270154105600723366434
Binary1000101110001101100100010111000001110101101111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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