#253F41

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

Shades of Nordic #253F41

Tints of Nordic #253F41

Color information

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

RGB376365-
CMYK0.430.0300.75
HSL184.29º27.45%20%-
HSV(B)184.29º43.08%25.49%-
XYZ3.494.335.65-
YUV55.45133.39114.84-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763650.430.0300.75184.2927.4520
Hex253F412B304Bb81b14
Octal457710153301132703324
Binary10010111111110000011010111101001011101110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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