#253D4E

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

Shades of Nile Blue #253D4E

Tints of Nile Blue #253D4E

Color information

#253D4E (or 0x253D4E) is unknown color: approx Nile Blue. HEX triplet: 25, 3D and 4E. RGB value is (37,61,78). Sum of RGB (Red+Green+Blue) = 37+61+78=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #253D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D4E is #DAC2B1. Grayscale: #373737. Windows color (decimal): -14336690 or 5127461. OLE color: 5127461.

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

Color convert

RGB376178-
CMYK0.530.2200.69
HSL204.88º35.65%22.55%-
HSV(B)204.88º52.56%30.59%-
XYZ3.814.287.83-
YUV55.76140.55114.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=21.02%
G=34.66%
B=44.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3761780.530.2200.69204.8835.6522.55
Hex253D4E3516045cd2417
Octal4575116652601053154427
Binary100101111101100111011010110110010001011100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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