#253C40

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

Shades of Nordic #253C40

Tints of Nordic #253C40

Color information

#253C40 (or 0x253C40) is unknown color: approx Nordic. HEX triplet: 25, 3C and 40. RGB value is (37,60,64). Sum of RGB (Red+Green+Blue) = 37+60+64=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #253C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C40 is #DAC3BF. Grayscale: #353535. Windows color (decimal): -14336960 or 4209701. OLE color: 4209701.

HSL color Cylindrical-coordinate representation of color #253C40: hue angle of 188.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253C40 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB376064-
CMYK0.420.0600.75
HSL188.89º26.73%19.8%-
HSV(B)188.89º42.19%25.1%-
XYZ3.345.45-
YUV53.58133.88116.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=22.98%
G=37.27%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3760640.420.0600.75188.8926.7319.8
Hex253C402A604Bbd1b14
Octal457410052601132753324
Binary100101111100100000010101011001001011101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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