Html Css Color HEX #24507B Bahama Blue

📋 copy color: '#24507B'

red 36 ◦ green 80 ◦ blue 123

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

Shades of Bahama Blue #24507B

Tints of Bahama Blue #24507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 15.06%
G = 33.47%
B = 51.46%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24507B (or 0x24507B) is known color: Bahama Blue. HEX triplet: 24, 50 and 7B. RGB value is (36,80,123). Sum of RGB (Red+Green+Blue) = 36+80+123=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #24507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24507B is #DBAF84. Grayscale: #474747. Windows color (decimal): -14397317 or 8081444. OLE color: 8081444.

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

Color convert

RGB 36 80 123 -
CMYK 0.71 0.35 0 0.52
HSL 209.66º 0.55% 0.31% -
HSV(B) 209.66º 0.71% 0.48% -
XYZ 7.17 7.54 19.82 -
YUV 71.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 36 80 123 0.71 0.35 0 0.52 209.66 0.55 0.31
Hex 24 50 7B 47 23 0 34 D2 37 1F
Octal 44 120 173 107 43 0 64 322 67 37
Binary 100100 1010000 1111011 1000111 100011 0 110100 11010010 110111 11111

Color Harmonies of #24507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24507B

Black with #24507B

Text Example


Text Example

White with #24507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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