#254043

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

Shades of Nordic #254043

Tints of Nordic #254043

Color information

#254043 (or 0x254043) is unknown color: approx Nordic. HEX triplet: 25, 40 and 43. RGB value is (37,64,67). Sum of RGB (Red+Green+Blue) = 37+64+67=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #254043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254043 is #DABFBC. Grayscale: #383838. Windows color (decimal): -14335933 or 4407333. OLE color: 4407333.

HSL color Cylindrical-coordinate representation of color #254043: hue angle of 186º 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 #254043 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB376467-
CMYK0.450.0400.74
HSL186º28.85%20.39%-
HSV(B)186º44.78%26.27%-
XYZ3.614.475.98-
YUV56.27134.05114.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=22.02%
G=38.10%
B=39.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3764670.450.0400.7418628.8520.39
Hex2540432D404Aba1d14
Octal4510010355401122723524
Binary1001011000000100001110110110001001010101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254043; }

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

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

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

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

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

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

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

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