#24537A

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

Shades of Bahama Blue #24537A

Tints of Bahama Blue #24537A

Color information

#24537A (or 0x24537A) is unknown color: approx Bahama Blue. HEX triplet: 24, 53 and 7A. RGB value is (36,83,122). Sum of RGB (Red+Green+Blue) = 36+83+122=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #24537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24537A is #DBAC85. Grayscale: #494949. Windows color (decimal): -14396550 or 8016676. OLE color: 8016676.

HSL color Cylindrical-coordinate representation of color #24537A: hue angle of 207.21º 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 #24537A is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3683122-
CMYK0.700.3200.52
HSL207.21º54.43%30.98%-
HSV(B)207.21º70.49%47.84%-
XYZ7.337.9719.56-
YUV73.39155.43101.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=14.94%
G=34.44%
B=50.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36831220.700.3200.52207.2154.4330.98
Hex24537A4620034cf361f
Octal44123172106400643176637
Binary10010010100111111010100011010000001101001100111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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