#225079

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

Shades of Bahama Blue #225079

Tints of Bahama Blue #225079

Color information

#225079 (or 0x225079) is unknown color: approx Bahama Blue. HEX triplet: 22, 50 and 79. RGB value is (34,80,121). Sum of RGB (Red+Green+Blue) = 34+80+121=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #225079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225079 is #DDAF86. Grayscale: #464646. Windows color (decimal): -14528391 or 7950370. OLE color: 7950370.

HSL color Cylindrical-coordinate representation of color #225079: hue angle of 208.28º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225079 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3480121-
CMYK0.720.3400.53
HSL208.28º56.13%30.39%-
HSV(B)208.28º71.9%47.45%-
XYZ6.987.4619.16-
YUV70.92156.26101.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=14.47%
G=34.04%
B=51.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34801210.720.3400.53208.2856.1330.39
Hex2250794822035d0381e
Octal42120171110420653207036
Binary10001010100001111001100100010001001101011101000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225079; }

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

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

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

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

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

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

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

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