Html Css Color HEX #25394C Nile Blue

📋 copy color: '#25394C'

red 37 ◦ green 57 ◦ blue 76

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

Shades of Nile Blue #25394C

Tints of Nile Blue #25394C

RGB

 RED value IS 37 (14.84% from 255) = 21.76%

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 76 (30.08% from 255) = 44.71%

R = 21.76%
G = 33.53%
B = 44.71%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25394C (or 0x25394C) is known color: Nile Blue. HEX triplet: 25, 39 and 4C. RGB value is (37,57,76). Sum of RGB (Red+Green+Blue) = 37+57+76=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #25394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25394C is #DAC6B3. Grayscale: #353535. Windows color (decimal): -14337716 or 4995365. OLE color: 4995365.

HSL color Cylindrical-coordinate representation of color #25394C: hue angle of 209.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25394C is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 57 76 -
CMYK 0.51 0.25 0 0.70
HSL 209.23º 0.35% 0.22% -
HSV(B) 209.23º 0.51% 0.3% -
XYZ 3.53 3.84 7.39 -
YUV 53.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 37 57 76 0.51 0.25 0 0.70 209.23 0.35 0.22
Hex 25 39 4C 33 19 0 46 D1 23 16
Octal 45 71 114 63 31 0 106 321 43 26
Binary 100101 111001 1001100 110011 11001 0 1000110 11010001 100011 10110

Color Harmonies of #25394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25394C

Black with #25394C

Text Example


Text Example

White with #25394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25394C;
 }
 .AnyTagClassName
 {
   color: #25394C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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