#253F4D

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

Shades of Nile Blue #253F4D

Tints of Nile Blue #253F4D

Color information

#253F4D (or 0x253F4D) is unknown color: approx Nile Blue. HEX triplet: 25, 3F and 4D. RGB value is (37,63,77). Sum of RGB (Red+Green+Blue) = 37+63+77=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #253F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F4D is #DAC0B2. Grayscale: #383838. Windows color (decimal): -14336179 or 5062437. OLE color: 5062437.

HSL color Cylindrical-coordinate representation of color #253F4D: hue angle of 201º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #253F4D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB376377-
CMYK0.520.1800.70
HSL201º35.09%22.35%-
HSV(B)201º51.95%30.2%-
XYZ3.884.487.68-
YUV56.82139.39113.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=20.90%
G=35.59%
B=43.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3763770.520.1800.7020135.0922.35
Hex253F4D3412046c92316
Octal4577115642201063114326
Binary100101111111100110111010010010010001101100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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