#225679

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

Shades of Bahama Blue #225679

Tints of Bahama Blue #225679

Color information

#225679 (or 0x225679) is unknown color: approx Bahama Blue. HEX triplet: 22, 56 and 79. RGB value is (34,86,121). Sum of RGB (Red+Green+Blue) = 34+86+121=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #225679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225679 is #DDA986. Grayscale: #4A4A4A. Windows color (decimal): -14526855 or 7951906. OLE color: 7951906.

HSL color Cylindrical-coordinate representation of color #225679: hue angle of 204.14º 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 #225679 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3486121-
CMYK0.720.2900.53
HSL204.14º56.13%30.39%-
HSV(B)204.14º71.9%47.45%-
XYZ7.448.3819.31-
YUV74.44154.2799.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=14.11%
G=35.68%
B=50.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34861210.720.2900.53204.1456.1330.39
Hex225679481D035cc381e
Octal42126171110350653147036
Binary1000101010110111100110010001110101101011100110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225679; }

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

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

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

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

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

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

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

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