Html Css Color HEX #253F40 Nordic

📋 copy color: '#253F40'

red 37 ◦ green 63 ◦ blue 64

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

Shades of Nordic #253F40

Tints of Nordic #253F40

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 22.56%
G = 38.41%
B = 39.02%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253F40 (or 0x253F40) is known color: Nordic. HEX triplet: 25, 3F and 40. RGB value is (37,63,64). Sum of RGB (Red+Green+Blue) = 37+63+64=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #253F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F40 is #DAC0BF. Grayscale: #373737. Windows color (decimal): -14336192 or 4210469. OLE color: 4210469.

HSL color Cylindrical-coordinate representation of color #253F40: hue angle of 182.22º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253F40 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 63 64 -
CMYK 0.42 0.02 0 0.75
HSL 182.22º 0.27% 0.2% -
HSV(B) 182.22º 0.42% 0.25% -
XYZ 3.47 4.32 5.5 -
YUV 55.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 37 63 64 0.42 0.02 0 0.75 182.22 0.27 0.2
Hex 25 3F 40 2A 2 0 4B B6 1B 14
Octal 45 77 100 52 2 0 113 266 33 24
Binary 100101 111111 1000000 101010 10 0 1001011 10110110 11011 10100

Color Harmonies of #253F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F40

Black with #253F40

Text Example


Text Example

White with #253F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F40; }

 p { color: rgb(37,63,64); }

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

background-color css

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

 a { background-color: rgb(37,63,64); }

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

border-color css

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

 span { border-color: rgb(37,63,64); }

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