#225A86

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

Shades of Bahama Blue #225A86

Tints of Bahama Blue #225A86

Color information

#225A86 (or 0x225A86) is unknown color: approx Bahama Blue. HEX triplet: 22, 5A and 86. RGB value is (34,90,134). Sum of RGB (Red+Green+Blue) = 34+90+134=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #225A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A86 is #DDA579. Grayscale: #4E4E4E. Windows color (decimal): -14525818 or 8804898. OLE color: 8804898.

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

Color convert

RGB3490134-
CMYK0.750.3300.47
HSL206.4º59.52%32.94%-
HSV(B)206.4º74.63%52.55%-
XYZ8.629.3723.91-
YUV78.27159.4596.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=13.18%
G=34.88%
B=51.94%

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
Decimal34901340.750.3300.47206.459.5232.94
Hex225A864B2102Fce3c21
Octal42132206113410573167441
Binary1000101011010100001101001011100001010111111001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,134); }

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

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

 a { background-color: rgb(34,90,134); }

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

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

 span { border-color: rgb(34,90,134); }

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