#253F40

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

Shades of Nordic #253F40

Tints of Nordic #253F40

Color information

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

RGB376364-
CMYK0.420.0200.75
HSL182.22º26.73%19.8%-
HSV(B)182.22º42.19%25.1%-
XYZ3.474.325.5-
YUV55.34132.89114.92-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763640.420.0200.75182.2226.7319.8
Hex253F402A204Bb61b14
Octal457710052201132663324
Binary10010111111110000001010101001001011101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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