#253B3E

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

Shades of Nordic #253B3E

Tints of Nordic #253B3E

Color information

#253B3E (or 0x253B3E) is unknown color: approx Nordic. HEX triplet: 25, 3B and 3E. RGB value is (37,59,62). Sum of RGB (Red+Green+Blue) = 37+59+62=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #253B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B3E is #DAC4C1. Grayscale: #343434. Windows color (decimal): -14337218 or 4078373. OLE color: 4078373.

HSL color Cylindrical-coordinate representation of color #253B3E: hue angle of 187.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253B3E is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375962-
CMYK0.400.0500.76
HSL187.2º25.25%19.41%-
HSV(B)187.2º40.32%24.31%-
XYZ3.23.875.14-
YUV52.76133.21116.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=23.42%
G=37.34%
B=39.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3759620.400.0500.76187.225.2519.41
Hex253B3E28504Cbb1913
Octal45737650501142733123
Binary10010111101111111010100010101001100101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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