#253A4E

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

Shades of Nile Blue #253A4E

Tints of Nile Blue #253A4E

Color information

#253A4E (or 0x253A4E) is unknown color: approx Nile Blue. HEX triplet: 25, 3A and 4E. RGB value is (37,58,78). Sum of RGB (Red+Green+Blue) = 37+58+78=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #253A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A4E is #DAC5B1. Grayscale: #353535. Windows color (decimal): -14337458 or 5126693. OLE color: 5126693.

HSL color Cylindrical-coordinate representation of color #253A4E: hue angle of 209.27º 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 #253A4E is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375878-
CMYK0.530.2600.69
HSL209.27º35.65%22.55%-
HSV(B)209.27º52.56%30.59%-
XYZ3.653.977.78-
YUV54141.54115.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=21.39%
G=33.53%
B=45.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3758780.530.2600.69209.2735.6522.55
Hex253A4E351A045d12417
Octal4572116653201053214427
Binary100101111010100111011010111010010001011101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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