#24527A

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

Shades of Bahama Blue #24527A

Tints of Bahama Blue #24527A

Color information

#24527A (or 0x24527A) is unknown color: approx Bahama Blue. HEX triplet: 24, 52 and 7A. RGB value is (36,82,122). Sum of RGB (Red+Green+Blue) = 36+82+122=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #24527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24527A is #DBAD85. Grayscale: #484848. Windows color (decimal): -14396806 or 8016420. OLE color: 8016420.

HSL color Cylindrical-coordinate representation of color #24527A: hue angle of 207.91º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24527A is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3682122-
CMYK0.700.3300.52
HSL207.91º54.43%30.98%-
HSV(B)207.91º70.49%47.84%-
XYZ7.267.8119.54-
YUV72.81155.76101.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=15%
G=34.17%
B=50.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36821220.700.3300.52207.9154.4330.98
Hex24527A4621034d0361f
Octal44122172106410643206637
Binary10010010100101111010100011010000101101001101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24527A; }

 p { color: rgb(36,82,122); }

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

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

 a { background-color: rgb(36,82,122); }

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

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

 span { border-color: rgb(36,82,122); }

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