#225D85

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

Shades of Bahama Blue #225D85

Tints of Bahama Blue #225D85

Color information

#225D85 (or 0x225D85) is unknown color: approx Bahama Blue. HEX triplet: 22, 5D and 85. RGB value is (34,93,133). Sum of RGB (Red+Green+Blue) = 34+93+133=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #225D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D85 is #DDA27A. Grayscale: #4F4F4F. Windows color (decimal): -14525051 or 8740130. OLE color: 8740130.

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

Color convert

RGB3493133-
CMYK0.740.3000.48
HSL204.24º59.28%32.75%-
HSV(B)204.24º74.44%52.16%-
XYZ8.819.8623.63-
YUV79.92157.9595.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=13.08%
G=35.77%
B=51.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34931330.740.3000.48204.2459.2832.75
Hex225D854A1E030cc3b21
Octal42135205112360603147341
Binary100010101110110000101100101011110011000011001100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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