#253F43

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

Shades of Nordic #253F43

Tints of Nordic #253F43

Color information

#253F43 (or 0x253F43) is unknown color: approx Nordic. HEX triplet: 25, 3F and 43. RGB value is (37,63,67). Sum of RGB (Red+Green+Blue) = 37+63+67=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 67 - color contains mainly: blue. Hex color #253F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F43 is #DAC0BC. Grayscale: #373737. Windows color (decimal): -14336189 or 4407077. OLE color: 4407077.

HSL color Cylindrical-coordinate representation of color #253F43: hue angle of 188º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #253F43 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB376367-
CMYK0.450.0600.74
HSL188º28.85%20.39%-
HSV(B)188º44.78%26.27%-
XYZ3.554.355.96-
YUV55.68134.39114.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=22.16%
G=37.72%
B=40.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3763670.450.0600.7418828.8520.39
Hex253F432D604Abc1d14
Octal457710355601122743524
Binary100101111111100001110110111001001010101111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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