#254041

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

Shades of Nordic #254041

Tints of Nordic #254041

Color information

#254041 (or 0x254041) is unknown color: approx Nordic. HEX triplet: 25, 40 and 41. RGB value is (37,64,65). Sum of RGB (Red+Green+Blue) = 37+64+65=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #254041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254041 is #DABFBE. Grayscale: #383838. Windows color (decimal): -14335935 or 4276261. OLE color: 4276261.

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

Color convert

RGB376465-
CMYK0.430.0200.75
HSL182.14º27.45%20%-
HSV(B)182.14º43.08%25.49%-
XYZ3.554.445.67-
YUV56.04133.05114.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=22.29%
G=38.55%
B=39.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764650.430.0200.75182.1427.4520
Hex2540412B204Bb61b14
Octal4510010153201132663324
Binary100101100000010000011010111001001011101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254041; }

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

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

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

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

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

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

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

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