#254144

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

Shades of Nordic #254144

Tints of Nordic #254144

Color information

#254144 (or 0x254144) is unknown color: approx Nordic. HEX triplet: 25, 41 and 44. RGB value is (37,65,68). Sum of RGB (Red+Green+Blue) = 37+65+68=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #254144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254144 is #DABEBB. Grayscale: #383838. Windows color (decimal): -14335676 or 4473125. OLE color: 4473125.

HSL color Cylindrical-coordinate representation of color #254144: hue angle of 185.81º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254144 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB376568-
CMYK0.460.0400.73
HSL185.81º29.52%20.59%-
HSV(B)185.81º45.59%26.67%-
XYZ3.74.596.16-
YUV56.97134.22113.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 68 (26.95% from 255) = 40%
R=21.76%
G=38.24%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3765680.460.0400.73185.8129.5220.59
Hex2541442E4049ba1e15
Octal4510110456401112723625
Binary1001011000001100010010111010001001001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254144; }

 p { color: rgb(37,65,68); }

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

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

 a { background-color: rgb(37,65,68); }

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

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

 span { border-color: rgb(37,65,68); }

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