#24374B

Color #24374B Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #24374B

Tints of Nile Blue #24374B

Color information

#24374B (or 0x24374B) is unknown color: approx Nile Blue. HEX triplet: 24, 37 and 4B. RGB value is (36,55,75). Sum of RGB (Red+Green+Blue) = 36+55+75=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #24374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24374B is #DBC8B4. Grayscale: #333333. Windows color (decimal): -14403765 or 4929316. OLE color: 4929316.

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

Color convert

RGB365575-
CMYK0.520.2700.71
HSL210.77º35.14%21.76%-
HSV(B)210.77º52%29.41%-
XYZ3.363.627.18-
YUV51.6141.21116.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=21.69%
G=33.13%
B=45.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3655750.520.2700.71210.7735.1421.76
Hex24374B341B047d32316
Octal4467113643301073234326
Binary100100110111100101111010011011010001111101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,55,75); }

 H1.HeaderClassName
 {
   color: #24374B;
 }
 .AnyTagClassName
 {
   color: #24374B;
 }
</style>
background-color css

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

 a { background-color: rgb(36,55,75); }

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

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

 span { border-color: rgb(36,55,75); }

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