#253E3F

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

Shades of Nordic #253E3F

Tints of Nordic #253E3F

Color information

#253E3F (or 0x253E3F) is unknown color: approx Nordic. HEX triplet: 25, 3E and 3F. RGB value is (37,62,63). Sum of RGB (Red+Green+Blue) = 37+62+63=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #253E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E3F is #DAC1C0. Grayscale: #363636. Windows color (decimal): -14336449 or 4144677. OLE color: 4144677.

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

Color convert

RGB376263-
CMYK0.410.0200.75
HSL182.31º26%19.61%-
HSV(B)182.31º41.27%24.71%-
XYZ3.384.25.33-
YUV54.64132.72115.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 63 (25% from 255) = 38.89%
R=22.84%
G=38.27%
B=38.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3762630.410.0200.75182.312619.61
Hex253E3F29204Bb61a14
Octal45767751201132663224
Binary1001011111101111111010011001001011101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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