#22386B

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

Shades of Catalina Blue #22386B

Tints of Catalina Blue #22386B

Color information

#22386B (or 0x22386B) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 6B. RGB value is (34,56,107). Sum of RGB (Red+Green+Blue) = 34+56+107=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #22386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22386B is #DDC794. Grayscale: #373737. Windows color (decimal): -14534549 or 7026722. OLE color: 7026722.

HSL color Cylindrical-coordinate representation of color #22386B: hue angle of 221.92º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22386B is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3456107-
CMYK0.680.4800.58
HSL221.92º51.77%27.65%-
HSV(B)221.92º68.22%41.96%-
XYZ4.734.2314.48-
YUV55.24157.21112.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=17.26%
G=28.43%
B=54.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34561070.680.4800.58221.9251.7727.65
Hex22386B443003Ade341c
Octal4270153104600723366434
Binary1000101110001101011100010011000001110101101111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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