#225484

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

Shades of Bahama Blue #225484

Tints of Bahama Blue #225484

Color information

#225484 (or 0x225484) is unknown color: approx Bahama Blue. HEX triplet: 22, 54 and 84. RGB value is (34,84,132). Sum of RGB (Red+Green+Blue) = 34+84+132=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #225484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225484 is #DDAB7B. Grayscale: #4A4A4A. Windows color (decimal): -14527356 or 8672290. OLE color: 8672290.

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

Color convert

RGB3484132-
CMYK0.740.3600.48
HSL209.39º59.04%32.55%-
HSV(B)209.39º74.24%51.76%-
XYZ7.998.3523.02-
YUV74.52160.4499.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=13.6%
G=33.6%
B=52.8%

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
Decimal34841320.740.3600.48209.3959.0432.55
Hex2254844A24030d13b21
Octal42124204112440603217341
Binary1000101010100100001001001010100100011000011010001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225484; }

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

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

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

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

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

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

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

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