#253D4D

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

Shades of Nile Blue #253D4D

Tints of Nile Blue #253D4D

Color information

#253D4D (or 0x253D4D) is unknown color: approx Nile Blue. HEX triplet: 25, 3D and 4D. RGB value is (37,61,77). Sum of RGB (Red+Green+Blue) = 37+61+77=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #253D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D4D is #DAC2B2. Grayscale: #373737. Windows color (decimal): -14336691 or 5061925. OLE color: 5061925.

HSL color Cylindrical-coordinate representation of color #253D4D: hue angle of 204º 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 #253D4D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB376177-
CMYK0.520.2100.70
HSL204º35.09%22.35%-
HSV(B)204º51.95%30.2%-
XYZ3.774.277.65-
YUV55.65140.05114.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 77 (30.47% from 255) = 44%
R=21.14%
G=34.86%
B=44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3761770.520.2100.7020435.0922.35
Hex253D4D3415046cc2316
Octal4575115642501063144326
Binary100101111101100110111010010101010001101100110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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