#22365A

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

Shades of Catalina Blue #22365A

Tints of Catalina Blue #22365A

Color information

#22365A (or 0x22365A) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 5A. RGB value is (34,54,90). Sum of RGB (Red+Green+Blue) = 34+54+90=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #22365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365A is #DDC9A5. Grayscale: #333333. Windows color (decimal): -14535078 or 5912098. OLE color: 5912098.

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

Color convert

RGB345490-
CMYK0.620.4000.65
HSL218.57º45.16%24.31%-
HSV(B)218.57º62.22%35.29%-
XYZ3.823.7210.19-
YUV52.12149.37115.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=19.10%
G=30.34%
B=50.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3454900.620.4000.65218.5745.1624.31
Hex22365A3E28041db2d18
Octal4266132765001013335530
Binary1000101101101011010111110101000010000011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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