#244052

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

Shades of Nile Blue #244052

Tints of Nile Blue #244052

Color information

#244052 (or 0x244052) is unknown color: approx Nile Blue. HEX triplet: 24, 40 and 52. RGB value is (36,64,82). Sum of RGB (Red+Green+Blue) = 36+64+82=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #244052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244052 is #DBBFAD. Grayscale: #393939. Windows color (decimal): -14401454 or 5390372. OLE color: 5390372.

HSL color Cylindrical-coordinate representation of color #244052: hue angle of 203.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #244052 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB366482-
CMYK0.560.2200.68
HSL203.48º38.98%23.14%-
HSV(B)203.48º56.1%32.16%-
XYZ4.084.658.67-
YUV57.68141.72112.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=19.78%
G=35.16%
B=45.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3664820.560.2200.68203.4838.9823.14
Hex2440523816044cb2717
Octal44100122702601043134727
Binary1001001000000101001011100010110010001001100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244052; }

 p { color: rgb(36,64,82); }

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

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

 a { background-color: rgb(36,64,82); }

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

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

 span { border-color: rgb(36,64,82); }

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