#225684

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

Shades of Bahama Blue #225684

Tints of Bahama Blue #225684

Color information

#225684 (or 0x225684) is unknown color: approx Bahama Blue. HEX triplet: 22, 56 and 84. RGB value is (34,86,132). Sum of RGB (Red+Green+Blue) = 34+86+132=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #225684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225684 is #DDA97B. Grayscale: #4B4B4B. Windows color (decimal): -14526844 or 8672802. OLE color: 8672802.

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

Color convert

RGB3486132-
CMYK0.740.3500.48
HSL208.16º59.04%32.55%-
HSV(B)208.16º74.24%51.76%-
XYZ8.158.6623.07-
YUV75.7159.7798.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=13.49%
G=34.13%
B=52.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34861320.740.3500.48208.1659.0432.55
Hex2256844A23030d03b21
Octal42126204112430603207341
Binary1000101010110100001001001010100011011000011010000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225684; }

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

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

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

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

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

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

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

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