#22315A

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

Shades of Catalina Blue #22315A

Tints of Catalina Blue #22315A

Color information

#22315A (or 0x22315A) is unknown color: approx Catalina Blue. HEX triplet: 22, 31 and 5A. RGB value is (34,49,90). Sum of RGB (Red+Green+Blue) = 34+49+90=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #22315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22315A is #DDCEA5. Grayscale: #313131. Windows color (decimal): -14536358 or 5910818. OLE color: 5910818.

HSL color Cylindrical-coordinate representation of color #22315A: hue angle of 223.93º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #22315A is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB344990-
CMYK0.620.4600.65
HSL223.93º45.16%24.31%-
HSV(B)223.93º62.22%35.29%-
XYZ3.63.2710.12-
YUV49.19151.03117.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=19.65%
G=28.32%
B=52.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3449900.620.4600.65223.9345.1624.31
Hex22315A3E2E041e02d18
Octal4261132765601013405530
Binary1000101100011011010111110101110010000011110000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22315A; }

 p { color: rgb(34,49,90); }

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

<style>
 a { background-color: #22315A; }

 a { background-color: rgb(34,49,90); }

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

<style>
 span { border-color: #22315A; }

 span { border-color: rgb(34,49,90); }

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