#253E4D

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

Shades of Nile Blue #253E4D

Tints of Nile Blue #253E4D

Color information

#253E4D (or 0x253E4D) is unknown color: approx Nile Blue. HEX triplet: 25, 3E and 4D. RGB value is (37,62,77). Sum of RGB (Red+Green+Blue) = 37+62+77=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #253E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E4D is #DAC1B2. Grayscale: #383838. Windows color (decimal): -14336435 or 5062181. OLE color: 5062181.

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

Color convert

RGB376277-
CMYK0.520.1900.70
HSL202.5º35.09%22.35%-
HSV(B)202.5º51.95%30.2%-
XYZ3.834.377.66-
YUV56.23139.72114.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=21.02%
G=35.23%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3762770.520.1900.70202.535.0922.35
Hex253E4D3413046ca2316
Octal4576115642301063124326
Binary100101111110100110111010010011010001101100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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