#225E86

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

Shades of Bahama Blue #225E86

Tints of Bahama Blue #225E86

Color information

#225E86 (or 0x225E86) is unknown color: approx Bahama Blue. HEX triplet: 22, 5E and 86. RGB value is (34,94,134). Sum of RGB (Red+Green+Blue) = 34+94+134=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #225E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225E86 is #DDA179. Grayscale: #505050. Windows color (decimal): -14524794 or 8805922. OLE color: 8805922.

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

Color convert

RGB3494134-
CMYK0.750.3000.47
HSL204º59.52%32.94%-
HSV(B)204º74.63%52.55%-
XYZ8.9710.0724.02-
YUV80.62158.1294.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=12.98%
G=35.88%
B=51.15%

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
Decimal34941340.750.3000.4720459.5232.94
Hex225E864B1E02Fcc3c21
Octal42136206113360573147441
Binary100010101111010000110100101111110010111111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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