#225B82

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

Shades of Bahama Blue #225B82

Tints of Bahama Blue #225B82

Color information

#225B82 (or 0x225B82) is unknown color: approx Bahama Blue. HEX triplet: 22, 5B and 82. RGB value is (34,91,130). Sum of RGB (Red+Green+Blue) = 34+91+130=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #225B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B82 is #DDA47D. Grayscale: #4E4E4E. Windows color (decimal): -14525566 or 8543010. OLE color: 8543010.

HSL color Cylindrical-coordinate representation of color #225B82: hue angle of 204.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225B82 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3491130-
CMYK0.740.3000.49
HSL204.38º58.54%32.16%-
HSV(B)204.38º73.85%50.98%-
XYZ8.439.4322.5-
YUV78.4157.1296.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=13.33%
G=35.69%
B=50.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34911300.740.3000.49204.3858.5432.16
Hex225B824A1E031cc3b20
Octal42133202112360613147340
Binary100010101101110000010100101011110011000111001100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,130); }

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

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

 a { background-color: rgb(34,91,130); }

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

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

 span { border-color: rgb(34,91,130); }

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