#25404E

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

Shades of Nile Blue #25404E

Tints of Nile Blue #25404E

Color information

#25404E (or 0x25404E) is unknown color: approx Nile Blue. HEX triplet: 25, 40 and 4E. RGB value is (37,64,78). Sum of RGB (Red+Green+Blue) = 37+64+78=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #25404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25404E is #DABFB1. Grayscale: #393939. Windows color (decimal): -14335922 or 5128229. OLE color: 5128229.

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

Color convert

RGB376478-
CMYK0.530.1800.69
HSL200.49º35.65%22.55%-
HSV(B)200.49º52.56%30.59%-
XYZ3.974.617.89-
YUV57.52139.55113.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=20.67%
G=35.75%
B=43.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3764780.530.1800.69200.4935.6522.55
Hex25404E3512045c82417
Octal45100116652201053104427
Binary1001011000000100111011010110010010001011100100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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