#225F85

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

Shades of Bahama Blue #225F85

Tints of Bahama Blue #225F85

Color information

#225F85 (or 0x225F85) is unknown color: approx Bahama Blue. HEX triplet: 22, 5F and 85. RGB value is (34,95,133). Sum of RGB (Red+Green+Blue) = 34+95+133=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #225F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F85 is #DDA07A. Grayscale: #505050. Windows color (decimal): -14524539 or 8740642. OLE color: 8740642.

HSL color Cylindrical-coordinate representation of color #225F85: hue angle of 203.03º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225F85 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3495133-
CMYK0.740.2900.48
HSL203.03º59.28%32.75%-
HSV(B)203.03º74.44%52.16%-
XYZ8.9910.2223.69-
YUV81.09157.2994.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=12.98%
G=36.26%
B=50.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34951330.740.2900.48203.0359.2832.75
Hex225F854A1D030cb3b21
Octal42137205112350603137341
Binary100010101111110000101100101011101011000011001011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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