#225F84

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

Shades of Bahama Blue #225F84

Tints of Bahama Blue #225F84

Color information

#225F84 (or 0x225F84) is unknown color: approx Bahama Blue. HEX triplet: 22, 5F and 84. RGB value is (34,95,132). Sum of RGB (Red+Green+Blue) = 34+95+132=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #225F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F84 is #DDA07B. Grayscale: #505050. Windows color (decimal): -14524540 or 8675106. OLE color: 8675106.

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

Color convert

RGB3495132-
CMYK0.740.2800.48
HSL202.65º59.04%32.55%-
HSV(B)202.65º74.24%51.76%-
XYZ8.9210.1923.33-
YUV80.98156.7994.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=13.03%
G=36.40%
B=50.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34951320.740.2800.48202.6559.0432.55
Hex225F844A1C030cb3b21
Octal42137204112340603137341
Binary100010101111110000100100101011100011000011001011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225F84; }

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

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

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

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

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

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

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

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