#24384B

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

Shades of Nile Blue #24384B

Tints of Nile Blue #24384B

Color information

#24384B (or 0x24384B) is unknown color: approx Nile Blue. HEX triplet: 24, 38 and 4B. RGB value is (36,56,75). Sum of RGB (Red+Green+Blue) = 36+56+75=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #24384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24384B is #DBC7B4. Grayscale: #343434. Windows color (decimal): -14403509 or 4929572. OLE color: 4929572.

HSL color Cylindrical-coordinate representation of color #24384B: hue angle of 209.23º 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 #24384B is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365675-
CMYK0.520.2500.71
HSL209.23º35.14%21.76%-
HSV(B)209.23º52%29.41%-
XYZ3.413.717.19-
YUV52.19140.87116.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=21.56%
G=33.53%
B=44.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3656750.520.2500.71209.2335.1421.76
Hex24384B3419047d12316
Octal4470113643101073214326
Binary100100111000100101111010011001010001111101000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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