#253B4F

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

Shades of Nile Blue #253B4F

Tints of Nile Blue #253B4F

Color information

#253B4F (or 0x253B4F) is unknown color: approx Nile Blue. HEX triplet: 25, 3B and 4F. RGB value is (37,59,79). Sum of RGB (Red+Green+Blue) = 37+59+79=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #253B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B4F is #DAC4B0. Grayscale: #363636. Windows color (decimal): -14337201 or 5192485. OLE color: 5192485.

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

Color convert

RGB375979-
CMYK0.530.2500.69
HSL208.57º36.21%22.75%-
HSV(B)208.57º53.16%30.98%-
XYZ3.744.097.99-
YUV54.7141.71115.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=21.14%
G=33.71%
B=45.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3759790.530.2500.69208.5736.2122.75
Hex253B4F3519045d12417
Octal4573117653101053214427
Binary100101111011100111111010111001010001011101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,79); }

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

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

 a { background-color: rgb(37,59,79); }

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

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

 span { border-color: rgb(37,59,79); }

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