#225E87

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

Shades of Bahama Blue #225E87

Tints of Bahama Blue #225E87

Color information

#225E87 (or 0x225E87) is unknown color: approx Bahama Blue. HEX triplet: 22, 5E and 87. RGB value is (34,94,135). Sum of RGB (Red+Green+Blue) = 34+94+135=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #225E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225E87 is #DDA178. Grayscale: #505050. Windows color (decimal): -14524793 or 8871458. OLE color: 8871458.

HSL color Cylindrical-coordinate representation of color #225E87: hue angle of 204.36º 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 #225E87 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3494135-
CMYK0.750.3000.47
HSL204.36º59.76%33.14%-
HSV(B)204.36º74.81%52.94%-
XYZ9.0410.0924.39-
YUV80.73158.6294.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=12.93%
G=35.74%
B=51.33%

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
Decimal34941350.750.3000.47204.3659.7633.14
Hex225E874B1E02Fcc3c21
Octal42136207113360573147441
Binary100010101111010000111100101111110010111111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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