#253D50

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

Shades of Nile Blue #253D50

Tints of Nile Blue #253D50

Color information

#253D50 (or 0x253D50) is unknown color: approx Nile Blue. HEX triplet: 25, 3D and 50. RGB value is (37,61,80). Sum of RGB (Red+Green+Blue) = 37+61+80=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #253D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D50 is #DAC2AF. Grayscale: #373737. Windows color (decimal): -14336688 or 5258533. OLE color: 5258533.

HSL color Cylindrical-coordinate representation of color #253D50: hue angle of 206.51º 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 #253D50 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376180-
CMYK0.540.2400.69
HSL206.51º36.75%22.94%-
HSV(B)206.51º53.75%31.37%-
XYZ3.884.318.22-
YUV55.99141.55114.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=20.79%
G=34.27%
B=44.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3761800.540.2400.69206.5136.7522.94
Hex253D503618045cf2517
Octal4575120663001053174527
Binary100101111101101000011011011000010001011100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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