Html Css Color HEX #24507C Bahama Blue

📋 copy color: '#24507C'

red 36 ◦ green 80 ◦ blue 124

#24507C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #24507C

Tints of Bahama Blue #24507C

RGB

 RED value IS 36 (14.45% from 255) = 15%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 15%
G = 33.33%
B = 51.67%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24507C (or 0x24507C) is known color: Bahama Blue. HEX triplet: 24, 50 and 7C. RGB value is (36,80,124). Sum of RGB (Red+Green+Blue) = 36+80+124=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #24507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24507C is #DBAF83. Grayscale: #474747. Windows color (decimal): -14397316 or 8146980. OLE color: 8146980.

HSL color Cylindrical-coordinate representation of color #24507C: hue angle of 210º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24507C is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 80 124 -
CMYK 0.71 0.35 0 0.51
HSL 210º 0.55% 0.31% -
HSV(B) 210º 0.71% 0.49% -
XYZ 7.23 7.57 20.15 -
YUV 71.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 36 80 124 0.71 0.35 0 0.51 210 0.55 0.31
Hex 24 50 7C 47 23 0 33 D2 37 1F
Octal 44 120 174 107 43 0 63 322 67 37
Binary 100100 1010000 1111100 1000111 100011 0 110011 11010010 110111 11111

Color Harmonies of #24507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24507C

Black with #24507C

Text Example


Text Example

White with #24507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24507C; }

 p { color: rgb(36,80,124); }

 H1.HeaderClassName
 {
   color: #24507C;
 }
 .AnyTagClassName
 {
   color: #24507C;
 }
</style>

background-color css

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

 a { background-color: rgb(36,80,124); }

 div.DivClassName
 {
   background-color: #24507C;
 }
 .BgClassName
 {
   background-color: #24507C;
 }
</style>

border-color css

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

 span { border-color: rgb(36,80,124); }

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