#253C3F

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

Shades of Nordic #253C3F

Tints of Nordic #253C3F

Color information

#253C3F (or 0x253C3F) is unknown color: approx Nordic. HEX triplet: 25, 3C and 3F. RGB value is (37,60,63). Sum of RGB (Red+Green+Blue) = 37+60+63=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #253C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3F is #DAC3C0. Grayscale: #353535. Windows color (decimal): -14336961 or 4144165. OLE color: 4144165.

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

Color convert

RGB376063-
CMYK0.410.0500.75
HSL186.92º26%19.61%-
HSV(B)186.92º41.27%24.71%-
XYZ3.283.985.3-
YUV53.46133.38116.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 60 (23.83% from 255) = 37.5%
BLUE value IS 63 (25% from 255) = 39.38%
R=23.12%
G=37.5%
B=39.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3760630.410.0500.75186.922619.61
Hex253C3F29504Bbb1a14
Octal45747751501132733224
Binary10010111110011111110100110101001011101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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