#225584

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

Shades of Bahama Blue #225584

Tints of Bahama Blue #225584

Color information

#225584 (or 0x225584) is unknown color: approx Bahama Blue. HEX triplet: 22, 55 and 84. RGB value is (34,85,132). Sum of RGB (Red+Green+Blue) = 34+85+132=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #225584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225584 is #DDAA7B. Grayscale: #4A4A4A. Windows color (decimal): -14527100 or 8672546. OLE color: 8672546.

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

Color convert

RGB3485132-
CMYK0.740.3600.48
HSL208.78º59.04%32.55%-
HSV(B)208.78º74.24%51.76%-
XYZ8.078.523.05-
YUV75.11160.198.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=13.55%
G=33.86%
B=52.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34851320.740.3600.48208.7859.0432.55
Hex2255844A24030d13b21
Octal42125204112440603217341
Binary1000101010101100001001001010100100011000011010001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225584; }

 p { color: rgb(34,85,132); }

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

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

 a { background-color: rgb(34,85,132); }

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

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

 span { border-color: rgb(34,85,132); }

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