Html Css Color HEX #25394D Nile Blue

📋 copy color: '#25394D'

red 37 ◦ green 57 ◦ blue 77

#25394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #25394D

Tints of Nile Blue #25394D

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 value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25394D (or 0x25394D) is known color: 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

RGB 37 57 77 -
CMYK 0.52 0.26 0 0.70
HSL 210º 0.35% 0.22% -
HSV(B) 210º 0.52% 0.3% -
XYZ 3.57 3.86 7.58 -
YUV 53.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 37 57 77 0.52 0.26 0 0.70 210 0.35 0.22
Hex 25 39 4D 34 1A 0 46 D2 23 16
Octal 45 71 115 64 32 0 106 322 43 26
Binary 100101 111001 1001101 110100 11010 0 1000110 11010010 100011 10110

Color Harmonies of #25394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25394D

Black with #25394D

Text Example


Text Example

White with #25394D

Text Example


Text Example

HTML Codes & Css Web 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>