#22396C

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

Shades of Catalina Blue #22396C

Tints of Catalina Blue #22396C

Color information

#22396C (or 0x22396C) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 6C. RGB value is (34,57,108). Sum of RGB (Red+Green+Blue) = 34+57+108=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #22396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22396C is #DDC693. Grayscale: #373737. Windows color (decimal): -14534292 or 7092514. OLE color: 7092514.

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

Color convert

RGB3457108-
CMYK0.690.4700.58
HSL221.35º52.11%27.84%-
HSV(B)221.35º68.52%42.35%-
XYZ4.834.3514.77-
YUV55.94157.38112.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=17.09%
G=28.64%
B=54.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34571080.690.4700.58221.3552.1127.84
Hex22396C452F03Add341c
Octal4271154105570723356434
Binary1000101110011101100100010110111101110101101110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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