#22365B

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

Shades of Catalina Blue #22365B

Tints of Catalina Blue #22365B

Color information

#22365B (or 0x22365B) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 5B. RGB value is (34,54,91). Sum of RGB (Red+Green+Blue) = 34+54+91=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #22365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365B is #DDC9A4. Grayscale: #343434. Windows color (decimal): -14535077 or 5977634. OLE color: 5977634.

HSL color Cylindrical-coordinate representation of color #22365B: hue angle of 218.95º 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 #22365B is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB345491-
CMYK0.630.4100.64
HSL218.95º45.6%24.51%-
HSV(B)218.95º62.64%35.69%-
XYZ3.873.7310.41-
YUV52.24149.87114.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=18.99%
G=30.17%
B=50.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3454910.630.4100.64218.9545.624.51
Hex22365B3F29040db2e19
Octal4266133775101003335631
Binary1000101101101011011111111101001010000001101101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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