#225083

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

Shades of Bahama Blue #225083

Tints of Bahama Blue #225083

Color information

#225083 (or 0x225083) is unknown color: approx Bahama Blue. HEX triplet: 22, 50 and 83. RGB value is (34,80,131). Sum of RGB (Red+Green+Blue) = 34+80+131=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #225083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225083 is #DDAF7C. Grayscale: #474747. Windows color (decimal): -14528381 or 8605730. OLE color: 8605730.

HSL color Cylindrical-coordinate representation of color #225083: hue angle of 211.55º 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 #225083 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3480131-
CMYK0.740.3900.49
HSL211.55º58.79%32.35%-
HSV(B)211.55º74.05%51.37%-
XYZ7.637.7222.56-
YUV72.06161.26100.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=13.88%
G=32.65%
B=53.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34801310.740.3900.49211.5558.7932.35
Hex2250834A27031d43b20
Octal42120203112470613247340
Binary1000101010000100000111001010100111011000111010100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225083; }

 p { color: rgb(34,80,131); }

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

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

 a { background-color: rgb(34,80,131); }

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

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

 span { border-color: rgb(34,80,131); }

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