#25404F

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

Shades of Nile Blue #25404F

Tints of Nile Blue #25404F

Color information

#25404F (or 0x25404F) is unknown color: approx Nile Blue. HEX triplet: 25, 40 and 4F. RGB value is (37,64,79). Sum of RGB (Red+Green+Blue) = 37+64+79=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #25404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25404F is #DABFB0. Grayscale: #393939. Windows color (decimal): -14335921 or 5193765. OLE color: 5193765.

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

Color convert

RGB376479-
CMYK0.530.1900.69
HSL201.43º36.21%22.75%-
HSV(B)201.43º53.16%30.98%-
XYZ4.014.628.08-
YUV57.64140.05113.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=20.56%
G=35.56%
B=43.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3764790.530.1900.69201.4336.2122.75
Hex25404F3513045c92417
Octal45100117652301053114427
Binary1001011000000100111111010110011010001011100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25404F; }

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

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

<style>
 a { background-color: #25404F; }

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

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

<style>
 span { border-color: #25404F; }

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

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