#244150

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

Shades of Nile Blue #244150

Tints of Nile Blue #244150

Color information

#244150 (or 0x244150) is unknown color: approx Nile Blue. HEX triplet: 24, 41 and 50. RGB value is (36,65,80). Sum of RGB (Red+Green+Blue) = 36+65+80=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #244150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244150 is #DBBEAF. Grayscale: #393939. Windows color (decimal): -14401200 or 5259556. OLE color: 5259556.

HSL color Cylindrical-coordinate representation of color #244150: hue angle of 200.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244150 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB366580-
CMYK0.550.1900.69
HSL200.45º37.93%22.75%-
HSV(B)200.45º55%31.37%-
XYZ4.074.738.29-
YUV58.04140.39112.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=19.89%
G=35.91%
B=44.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3665800.550.1900.69200.4537.9322.75
Hex2441503713045c82617
Octal44101120672301053104627
Binary1001001000001101000011011110011010001011100100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244150; }

 p { color: rgb(36,65,80); }

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

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

 a { background-color: rgb(36,65,80); }

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

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

 span { border-color: rgb(36,65,80); }

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