#253F3F

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

Shades of Nordic #253F3F

Tints of Nordic #253F3F

Color information

#253F3F (or 0x253F3F) is unknown color: approx Nordic. HEX triplet: 25, 3F and 3F. RGB value is (37,63,63). Sum of RGB (Red+Green+Blue) = 37+63+63=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #253F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F3F is #DAC0C0. Grayscale: #373737. Windows color (decimal): -14336193 or 4144933. OLE color: 4144933.

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

Color convert

RGB376363-
CMYK0.41000.75
HSL180º26%19.61%-
HSV(B)180º41.27%24.71%-
XYZ3.444.315.35-
YUV55.23132.39115-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 63 (25% from 255) = 38.65%
R=22.70%
G=38.65%
B=38.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763630.41000.751802619.61
Hex253F3F29004Bb41a14
Octal45777751001132643224
Binary100101111111111111101001001001011101101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #253F3F;
 }
 .AnyTagClassName
 {
   color: #253F3F;
 }
</style>
background-color css

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

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

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

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

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

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