Html Css Color HEX #253738 Nordic

📋 copy color: '#253738'

red 37 ◦ green 55 ◦ blue 56

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

Shades of Nordic #253738

Tints of Nordic #253738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 25%
G = 37.16%
B = 37.84%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253738 (or 0x253738) is known color: Nordic. HEX triplet: 25, 37 and 38. RGB value is (37,55,56). Sum of RGB (Red+Green+Blue) = 37+55+56=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #253738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253738 is #DAC8C7. Grayscale: #313131. Windows color (decimal): -14338248 or 3684133. OLE color: 3684133.

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

Color convert

RGB 37 55 56 -
CMYK 0.34 0.02 0 0.78
HSL 183.16º 0.2% 0.18% -
HSV(B) 183.16º 0.34% 0.22% -
XYZ 2.84 3.41 4.25 -
YUV 49.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 37 55 56 0.34 0.02 0 0.78 183.16 0.2 0.18
Hex 25 37 38 22 2 0 4E B7 14 12
Octal 45 67 70 42 2 0 116 267 24 22
Binary 100101 110111 111000 100010 10 0 1001110 10110111 10100 10010

Color Harmonies of #253738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253738

Black with #253738

Text Example


Text Example

White with #253738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253738; }

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

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

background-color css

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

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

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

border-color css

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

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

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