#253A4D

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

Shades of Nile Blue #253A4D

Tints of Nile Blue #253A4D

Color information

#253A4D (or 0x253A4D) is unknown color: approx Nile Blue. HEX triplet: 25, 3A and 4D. RGB value is (37,58,77). Sum of RGB (Red+Green+Blue) = 37+58+77=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #253A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A4D is #DAC5B2. Grayscale: #353535. Windows color (decimal): -14337459 or 5061157. OLE color: 5061157.

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

Color convert

RGB375877-
CMYK0.520.2500.70
HSL208.5º35.09%22.35%-
HSV(B)208.5º51.95%30.2%-
XYZ3.623.967.59-
YUV53.89141.04115.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=21.51%
G=33.72%
B=44.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3758770.520.2500.70208.535.0922.35
Hex253A4D3419046d02316
Octal4572115643101063204326
Binary100101111010100110111010011001010001101101000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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