#225F88

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

Shades of Bahama Blue #225F88

Tints of Bahama Blue #225F88

Color information

#225F88 (or 0x225F88) is unknown color: approx Bahama Blue. HEX triplet: 22, 5F and 88. RGB value is (34,95,136). Sum of RGB (Red+Green+Blue) = 34+95+136=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #225F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F88 is #DDA077. Grayscale: #515151. Windows color (decimal): -14524536 or 8937250. OLE color: 8937250.

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

Color convert

RGB3495136-
CMYK0.750.3000.47
HSL204.12º60%33.33%-
HSV(B)204.12º75%53.33%-
XYZ9.210.324.8-
YUV81.44158.7994.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.83%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=12.83%
G=35.85%
B=51.32%

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
Decimal34951360.750.3000.47204.126033.33
Hex225F884B1E02Fcc3c21
Octal42137210113360573147441
Binary100010101111110001000100101111110010111111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,136); }

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

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

 a { background-color: rgb(34,95,136); }

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

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

 span { border-color: rgb(34,95,136); }

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