#225B87

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

Shades of Bahama Blue #225B87

Tints of Bahama Blue #225B87

Color information

#225B87 (or 0x225B87) is unknown color: approx Bahama Blue. HEX triplet: 22, 5B and 87. RGB value is (34,91,135). Sum of RGB (Red+Green+Blue) = 34+91+135=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #225B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B87 is #DDA478. Grayscale: #4E4E4E. Windows color (decimal): -14525561 or 8870690. OLE color: 8870690.

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

Color convert

RGB3491135-
CMYK0.750.3300.47
HSL206.14º59.76%33.14%-
HSV(B)206.14º74.81%52.94%-
XYZ8.779.5724.31-
YUV78.97159.6295.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=13.08%
G=35%
B=51.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34911350.750.3300.47206.1459.7633.14
Hex225B874B2102Fce3c21
Octal42133207113410573167441
Binary1000101011011100001111001011100001010111111001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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