#22325C

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

Shades of Catalina Blue #22325C

Tints of Catalina Blue #22325C

Color information

#22325C (or 0x22325C) is unknown color: approx Catalina Blue. HEX triplet: 22, 32 and 5C. RGB value is (34,50,92). Sum of RGB (Red+Green+Blue) = 34+50+92=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #22325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22325C is #DDCDA3. Grayscale: #313131. Windows color (decimal): -14536100 or 6042146. OLE color: 6042146.

HSL color Cylindrical-coordinate representation of color #22325C: hue angle of 223.45º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22325C is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB345092-
CMYK0.630.4600.64
HSL223.45º46.03%24.71%-
HSV(B)223.45º63.04%36.08%-
XYZ3.733.3910.58-
YUV50151.7116.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=19.32%
G=28.41%
B=52.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3450920.630.4600.64223.4546.0324.71
Hex22325C3F2E040df2e19
Octal4262134775601003375631
Binary1000101100101011100111111101110010000001101111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,50,92); }

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

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

 a { background-color: rgb(34,50,92); }

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

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

 span { border-color: rgb(34,50,92); }

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