#253D3F

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

Shades of Nordic #253D3F

Tints of Nordic #253D3F

Color information

#253D3F (or 0x253D3F) is unknown color: approx Nordic. HEX triplet: 25, 3D and 3F. RGB value is (37,61,63). Sum of RGB (Red+Green+Blue) = 37+61+63=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #253D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3F is #DAC2C0. Grayscale: #363636. Windows color (decimal): -14336705 or 4144421. OLE color: 4144421.

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

Color convert

RGB376163-
CMYK0.410.0300.75
HSL184.62º26%19.61%-
HSV(B)184.62º41.27%24.71%-
XYZ3.334.095.32-
YUV54.05133.05115.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 63 (25% from 255) = 39.13%
R=22.98%
G=37.89%
B=39.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3761630.410.0300.75184.622619.61
Hex253D3F29304Bb91a14
Octal45757751301132713224
Binary1001011111011111111010011101001011101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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