#22597F

Color #22597F Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #22597F

Tints of Bahama Blue #22597F

Color information

#22597F (or 0x22597F) is unknown color: approx Bahama Blue. HEX triplet: 22, 59 and 7F. RGB value is (34,89,127). Sum of RGB (Red+Green+Blue) = 34+89+127=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #22597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22597F is #DDA680. Grayscale: #4C4C4C. Windows color (decimal): -14526081 or 8345890. OLE color: 8345890.

HSL color Cylindrical-coordinate representation of color #22597F: hue angle of 204.52º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22597F is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3489127-
CMYK0.730.3000.50
HSL204.52º57.76%31.57%-
HSV(B)204.52º73.23%49.8%-
XYZ8.069.0221.39-
YUV76.89156.2897.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 127 (50% from 255) = 50.8%
R=13.6%
G=35.6%
B=50.8%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34891270.730.3000.50204.5257.7631.57
Hex22597F491E032cd3a20
Octal42131177111360623157240
Binary10001010110011111111100100111110011001011001101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22597F; }

 p { color: rgb(34,89,127); }

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

<style>
 a { background-color: #22597F; }

 a { background-color: rgb(34,89,127); }

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

<style>
 span { border-color: #22597F; }

 span { border-color: rgb(34,89,127); }

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