#225D87

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

Shades of Bahama Blue #225D87

Tints of Bahama Blue #225D87

Color information

#225D87 (or 0x225D87) is unknown color: approx Bahama Blue. HEX triplet: 22, 5D and 87. RGB value is (34,93,135). Sum of RGB (Red+Green+Blue) = 34+93+135=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #225D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D87 is #DDA278. Grayscale: #4F4F4F. Windows color (decimal): -14525049 or 8871202. OLE color: 8871202.

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

Color convert

RGB3493135-
CMYK0.750.3100.47
HSL204.95º59.76%33.14%-
HSV(B)204.95º74.81%52.94%-
XYZ8.959.9224.36-
YUV80.15158.9595.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=12.98%
G=35.50%
B=51.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34931350.750.3100.47204.9559.7633.14
Hex225D874B1F02Fcd3c21
Octal42135207113370573157441
Binary100010101110110000111100101111111010111111001101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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