#22395A

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

Shades of Catalina Blue #22395A

Tints of Catalina Blue #22395A

Color information

#22395A (or 0x22395A) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 5A. RGB value is (34,57,90). Sum of RGB (Red+Green+Blue) = 34+57+90=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #22395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22395A is #DDC6A5. Grayscale: #353535. Windows color (decimal): -14534310 or 5912866. OLE color: 5912866.

HSL color Cylindrical-coordinate representation of color #22395A: hue angle of 215.36º 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 #22395A is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB345790-
CMYK0.620.3700.65
HSL215.36º45.16%24.31%-
HSV(B)215.36º62.22%35.29%-
XYZ3.97410.24-
YUV53.88148.38113.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=18.78%
G=31.49%
B=49.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3457900.620.3700.65215.3645.1624.31
Hex22395A3E25041d72d18
Octal4271132764501013275530
Binary1000101110011011010111110100101010000011101011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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