Html Css Color HEX #24394D Nile Blue

📋 copy color: '#24394D'

red 36 ◦ green 57 ◦ blue 77

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

Shades of Nile Blue #24394D

Tints of Nile Blue #24394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 21.18%
G = 33.53%
B = 45.29%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24394D (or 0x24394D) is known color: Nile Blue. HEX triplet: 24, 39 and 4D. RGB value is (36,57,77). Sum of RGB (Red+Green+Blue) = 36+57+77=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #24394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24394D is #DBC6B2. Grayscale: #343434. Windows color (decimal): -14403251 or 5060900. OLE color: 5060900.

HSL color Cylindrical-coordinate representation of color #24394D: hue angle of 209.27º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24394D is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 57 77 -
CMYK 0.53 0.26 0 0.70
HSL 209.27º 0.36% 0.22% -
HSV(B) 209.27º 0.53% 0.3% -
XYZ 3.53 3.84 7.58 -
YUV 53 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 36 57 77 0.53 0.26 0 0.70 209.27 0.36 0.22
Hex 24 39 4D 35 1A 0 46 D1 24 16
Octal 44 71 115 65 32 0 106 321 44 26
Binary 100100 111001 1001101 110101 11010 0 1000110 11010001 100100 10110

Color Harmonies of #24394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24394D

Black with #24394D

Text Example


Text Example

White with #24394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24394D; }

 p { color: rgb(36,57,77); }

 H1.HeaderClassName
 {
   color: #24394D;
 }
 .AnyTagClassName
 {
   color: #24394D;
 }
</style>

background-color css

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

 a { background-color: rgb(36,57,77); }

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

border-color css

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

 span { border-color: rgb(36,57,77); }

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