#225F87

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

Shades of Bahama Blue #225F87

Tints of Bahama Blue #225F87

Color information

#225F87 (or 0x225F87) is unknown color: approx Bahama Blue. HEX triplet: 22, 5F and 87. RGB value is (34,95,135). Sum of RGB (Red+Green+Blue) = 34+95+135=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #225F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F87 is #DDA078. Grayscale: #515151. Windows color (decimal): -14524537 or 8871714. OLE color: 8871714.

HSL color Cylindrical-coordinate representation of color #225F87: hue angle of 203.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225F87 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3495135-
CMYK0.750.3000.47
HSL203.76º59.76%33.14%-
HSV(B)203.76º74.81%52.94%-
XYZ9.1310.2724.42-
YUV81.32158.2994.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=12.88%
G=35.98%
B=51.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34951350.750.3000.47203.7659.7633.14
Hex225F874B1E02Fcc3c21
Octal42137207113360573147441
Binary100010101111110000111100101111110010111111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225F87; }

 p { color: rgb(34,95,135); }

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

<style>
 a { background-color: #225F87; }

 a { background-color: rgb(34,95,135); }

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

<style>
 span { border-color: #225F87; }

 span { border-color: rgb(34,95,135); }

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