Html Css Color HEX #253F41 Nordic

📋 copy color: '#253F41'

red 37 ◦ green 63 ◦ blue 65

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

Shades of Nordic #253F41

Tints of Nordic #253F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 22.42%
G = 38.18%
B = 39.39%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253F41 (or 0x253F41) is known color: Nordic. HEX triplet: 25, 3F and 41. RGB value is (37,63,65). Sum of RGB (Red+Green+Blue) = 37+63+65=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #253F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F41 is #DAC0BE. Grayscale: #373737. Windows color (decimal): -14336191 or 4276005. OLE color: 4276005.

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

Color convert

RGB 37 63 65 -
CMYK 0.43 0.03 0 0.75
HSL 184.29º 0.27% 0.2% -
HSV(B) 184.29º 0.43% 0.25% -
XYZ 3.49 4.33 5.65 -
YUV 55.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 37 63 65 0.43 0.03 0 0.75 184.29 0.27 0.2
Hex 25 3F 41 2B 3 0 4B B8 1B 14
Octal 45 77 101 53 3 0 113 270 33 24
Binary 100101 111111 1000001 101011 11 0 1001011 10111000 11011 10100

Color Harmonies of #253F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F41

Black with #253F41

Text Example


Text Example

White with #253F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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