#253D41

Color #253D41 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #253D41

Tints of Nordic #253D41

Color information

#253D41 (or 0x253D41) is unknown color: approx 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

RGB376165-
CMYK0.430.0600.75
HSL188.57º27.45%20%-
HSV(B)188.57º43.08%25.49%-
XYZ3.394.115.62-
YUV54.28134.05115.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=22.70%
G=37.42%
B=39.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3761650.430.0600.75188.5727.4520
Hex253D412B604Bbd1b14
Octal457510153601132753324
Binary100101111101100000110101111001001011101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>