Html Css Color HEX #253D41 Nordic

📋 copy color: '#253D41'

red 37 ◦ green 61 ◦ blue 65

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

Shades of Nordic #253D41

Tints of Nordic #253D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

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

R = 22.7%
G = 37.42%
B = 39.88%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253D41 (or 0x253D41) is known color: Nordic. HEX triplet: 25, 3D and 41. RGB value is (37,61,65). Sum of RGB (Red+Green+Blue) = 37+61+65=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #253D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D41 is #DAC2BE. Grayscale: #363636. Windows color (decimal): -14336703 or 4275493. OLE color: 4275493.

HSL color Cylindrical-coordinate representation of color #253D41: hue angle of 188.57º 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 #253D41 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 61 65 -
CMYK 0.43 0.06 0 0.75
HSL 188.57º 0.27% 0.2% -
HSV(B) 188.57º 0.43% 0.25% -
XYZ 3.39 4.11 5.62 -
YUV 54.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 37 61 65 0.43 0.06 0 0.75 188.57 0.27 0.2
Hex 25 3D 41 2B 6 0 4B BD 1B 14
Octal 45 75 101 53 6 0 113 275 33 24
Binary 100101 111101 1000001 101011 110 0 1001011 10111101 11011 10100

Color Harmonies of #253D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D41

Black with #253D41

Text Example


Text Example

White with #253D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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