#225384

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

Shades of Bahama Blue #225384

Tints of Bahama Blue #225384

Color information

#225384 (or 0x225384) is unknown color: approx Bahama Blue. HEX triplet: 22, 53 and 84. RGB value is (34,83,132). Sum of RGB (Red+Green+Blue) = 34+83+132=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #225384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225384 is #DDAC7B. Grayscale: #494949. Windows color (decimal): -14527612 or 8672034. OLE color: 8672034.

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

Color convert

RGB3483132-
CMYK0.740.3700.48
HSL210º59.04%32.55%-
HSV(B)210º74.24%51.76%-
XYZ7.928.1922.99-
YUV73.94160.7799.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.65%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=13.65%
G=33.33%
B=53.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34831320.740.3700.4821059.0432.55
Hex2253844A25030d23b21
Octal42123204112450603227341
Binary1000101010011100001001001010100101011000011010010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225384; }

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

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

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

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

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

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

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

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