Html Css Color HEX #24384C Nile Blue

📋 copy color: '#24384C'

red 36 ◦ green 56 ◦ blue 76

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

Shades of Nile Blue #24384C

Tints of Nile Blue #24384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 21.43%
G = 33.33%
B = 45.24%

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

#24384C (or 0x24384C) is known color: Nile Blue. HEX triplet: 24, 38 and 4C. RGB value is (36,56,76). Sum of RGB (Red+Green+Blue) = 36+56+76=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #24384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24384C is #DBC7B3. Grayscale: #343434. Windows color (decimal): -14403508 or 4995108. OLE color: 4995108.

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

Color convert

RGB 36 56 76 -
CMYK 0.53 0.26 0 0.70
HSL 210º 0.36% 0.22% -
HSV(B) 210º 0.53% 0.3% -
XYZ 3.45 3.73 7.37 -
YUV 52.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 36 56 76 0.53 0.26 0 0.70 210 0.36 0.22
Hex 24 38 4C 35 1A 0 46 D2 24 16
Octal 44 70 114 65 32 0 106 322 44 26
Binary 100100 111000 1001100 110101 11010 0 1000110 11010010 100100 10110

Color Harmonies of #24384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24384C

Black with #24384C

Text Example


Text Example

White with #24384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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