#253F50

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

Shades of Nile Blue #253F50

Tints of Nile Blue #253F50

Color information

#253F50 (or 0x253F50) is unknown color: approx Nile Blue. HEX triplet: 25, 3F and 50. RGB value is (37,63,80). Sum of RGB (Red+Green+Blue) = 37+63+80=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #253F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F50 is #DAC0AF. Grayscale: #393939. Windows color (decimal): -14336176 or 5259045. OLE color: 5259045.

HSL color Cylindrical-coordinate representation of color #253F50: hue angle of 203.72º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253F50 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376380-
CMYK0.540.2100.69
HSL203.72º36.75%22.94%-
HSV(B)203.72º53.75%31.37%-
XYZ3.994.538.25-
YUV57.16140.89113.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=20.56%
G=35%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3763800.540.2100.69203.7236.7522.94
Hex253F503615045cc2517
Octal4577120662501053144527
Binary100101111111101000011011010101010001011100110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F50; }

 p { color: rgb(37,63,80); }

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

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

 a { background-color: rgb(37,63,80); }

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

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

 span { border-color: rgb(37,63,80); }

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