Html Css Color HEX #25393A Nordic

📋 copy color: '#25393A'

red 37 ◦ green 57 ◦ blue 58

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

Shades of Nordic #25393A

Tints of Nordic #25393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 24.34%
G = 37.5%
B = 38.16%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25393A (or 0x25393A) is known color: Nordic. HEX triplet: 25, 39 and 3A. RGB value is (37,57,58). Sum of RGB (Red+Green+Blue) = 37+57+58=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #25393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393A is #DAC6C5. Grayscale: #333333. Windows color (decimal): -14337734 or 3815717. OLE color: 3815717.

HSL color Cylindrical-coordinate representation of color #25393A: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25393A is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 57 58 -
CMYK 0.36 0.02 0 0.77
HSL 182.86º 0.22% 0.19% -
HSV(B) 182.86º 0.36% 0.23% -
XYZ 2.99 3.63 4.55 -
YUV 51.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 37 57 58 0.36 0.02 0 0.77 182.86 0.22 0.19
Hex 25 39 3A 24 2 0 4D B7 16 13
Octal 45 71 72 44 2 0 115 267 26 23
Binary 100101 111001 111010 100100 10 0 1001101 10110111 10110 10011

Color Harmonies of #25393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25393A

Black with #25393A

Text Example


Text Example

White with #25393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25393A; }

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

 H1.HeaderClassName
 {
   color: #25393A;
 }
 .AnyTagClassName
 {
   color: #25393A;
 }
</style>

background-color css

<style>
 a { background-color: #25393A; }

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

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

border-color css

<style>
 span { border-color: #25393A; }

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

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