#225E7F

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

Shades of Bahama Blue #225E7F

Tints of Bahama Blue #225E7F

Color information

#225E7F (or 0x225E7F) is unknown color: approx Bahama Blue. HEX triplet: 22, 5E and 7F. RGB value is (34,94,127). Sum of RGB (Red+Green+Blue) = 34+94+127=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #225E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E7F is #DDA180. Grayscale: #4F4F4F. Windows color (decimal): -14524801 or 8347170. OLE color: 8347170.

HSL color Cylindrical-coordinate representation of color #225E7F: hue angle of 201.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #225E7F is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3494127-
CMYK0.730.2600.50
HSL201.29º57.76%31.57%-
HSV(B)201.29º73.23%49.8%-
XYZ8.499.8821.54-
YUV79.82154.6295.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 127 (50% from 255) = 49.80%
R=13.33%
G=36.86%
B=49.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34941270.730.2600.50201.2957.7631.57
Hex225E7F491A032c93a20
Octal42136177111320623117240
Binary10001010111101111111100100111010011001011001001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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