#25394D

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

Shades of Nile Blue #25394D

Tints of Nile Blue #25394D

Color information

#25394D (or 0x25394D) is unknown color: approx Nile Blue. HEX triplet: 25, 39 and 4D. RGB value is (37,57,77). Sum of RGB (Red+Green+Blue) = 37+57+77=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #25394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25394D is #DAC6B2. Grayscale: #353535. Windows color (decimal): -14337715 or 5060901. OLE color: 5060901.

HSL color Cylindrical-coordinate representation of color #25394D: hue angle of 210º 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 #25394D is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB375777-
CMYK0.520.2600.70
HSL210º35.09%22.35%-
HSV(B)210º51.95%30.2%-
XYZ3.573.867.58-
YUV53.3141.37116.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=21.64%
G=33.33%
B=45.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3757770.520.2600.7021035.0922.35
Hex25394D341A046d22316
Octal4571115643201063224326
Binary100101111001100110111010011010010001101101001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25394D; }

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

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

<style>
 a { background-color: #25394D; }

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

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

<style>
 span { border-color: #25394D; }

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

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