#22395B

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

Shades of Catalina Blue #22395B

Tints of Catalina Blue #22395B

Color information

#22395B (or 0x22395B) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 5B. RGB value is (34,57,91). Sum of RGB (Red+Green+Blue) = 34+57+91=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #22395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22395B is #DDC6A4. Grayscale: #353535. Windows color (decimal): -14534309 or 5978402. OLE color: 5978402.

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

Color convert

RGB345791-
CMYK0.630.3700.64
HSL215.79º45.6%24.51%-
HSV(B)215.79º62.64%35.69%-
XYZ4.014.0210.46-
YUV54148.88113.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 91 (35.94% from 255) = 50%
R=18.68%
G=31.32%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3457910.630.3700.64215.7945.624.51
Hex22395B3F25040d82e19
Octal4271133774501003305631
Binary1000101110011011011111111100101010000001101100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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