#253A3C

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

Shades of Nordic #253A3C

Tints of Nordic #253A3C

Color information

#253A3C (or 0x253A3C) is unknown color: approx Nordic. HEX triplet: 25, 3A and 3C. RGB value is (37,58,60). Sum of RGB (Red+Green+Blue) = 37+58+60=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #253A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A3C is #DAC5C3. Grayscale: #333333. Windows color (decimal): -14337476 or 3947045. OLE color: 3947045.

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

Color convert

RGB375860-
CMYK0.380.0300.76
HSL185.22º23.71%19.02%-
HSV(B)185.22º38.33%23.53%-
XYZ3.093.754.84-
YUV51.95132.54117.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=23.87%
G=37.42%
B=38.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3758600.380.0300.76185.2223.7119.02
Hex253A3C26304Cb91813
Octal45727446301142713023
Binary1001011110101111001001101101001100101110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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