Html Css Color HEX #253739 Nordic

📋 copy color: '#253739'

red 37 ◦ green 55 ◦ blue 57

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

Shades of Nordic #253739

Tints of Nordic #253739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

 BLUE value IS 57 (22.66% from 255) = 38.26%

R = 24.83%
G = 36.91%
B = 38.26%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253739 (or 0x253739) is known color: Nordic. HEX triplet: 25, 37 and 39. RGB value is (37,55,57). Sum of RGB (Red+Green+Blue) = 37+55+57=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #253739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253739 is #DAC8C6. Grayscale: #313131. Windows color (decimal): -14338247 or 3749669. OLE color: 3749669.

HSL color Cylindrical-coordinate representation of color #253739: hue angle of 186º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253739 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 57 -
CMYK 0.35 0.04 0 0.78
HSL 186º 0.21% 0.18% -
HSV(B) 186º 0.35% 0.22% -
XYZ 2.87 3.42 4.38 -
YUV 49.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 37 55 57 0.35 0.04 0 0.78 186 0.21 0.18
Hex 25 37 39 23 4 0 4E BA 15 12
Octal 45 67 71 43 4 0 116 272 25 22
Binary 100101 110111 111001 100011 100 0 1001110 10111010 10101 10010

Color Harmonies of #253739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253739

Black with #253739

Text Example


Text Example

White with #253739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253739; }

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

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

background-color css

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

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

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

border-color css

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

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

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