Html Css Color HEX #24384D Nile Blue

📋 copy color: '#24384D'

red 36 ◦ green 56 ◦ blue 77

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

Shades of Nile Blue #24384D

Tints of Nile Blue #24384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

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

R = 21.3%
G = 33.14%
B = 45.56%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24384D (or 0x24384D) is known color: Nile Blue. HEX triplet: 24, 38 and 4D. RGB value is (36,56,77). Sum of RGB (Red+Green+Blue) = 36+56+77=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #24384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24384D is #DBC7B2. Grayscale: #343434. Windows color (decimal): -14403507 or 5060644. OLE color: 5060644.

HSL color Cylindrical-coordinate representation of color #24384D: hue angle of 210.73º 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 #24384D is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 56 77 -
CMYK 0.53 0.27 0 0.70
HSL 210.73º 0.36% 0.22% -
HSV(B) 210.73º 0.53% 0.3% -
XYZ 3.48 3.74 7.56 -
YUV 52.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 36 56 77 0.53 0.27 0 0.70 210.73 0.36 0.22
Hex 24 38 4D 35 1B 0 46 D3 24 16
Octal 44 70 115 65 33 0 106 323 44 26
Binary 100100 111000 1001101 110101 11011 0 1000110 11010011 100100 10110

Color Harmonies of #24384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24384D

Black with #24384D

Text Example


Text Example

White with #24384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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