#284041

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

Shades of Nordic #284041

Tints of Nordic #284041

Color information

#284041 (or 0x284041) is unknown color: approx Nordic. HEX triplet: 28, 40 and 41. RGB value is (40,64,65). Sum of RGB (Red+Green+Blue) = 40+64+65=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #284041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284041 is #D7BFBE. Grayscale: #383838. Windows color (decimal): -14139327 or 4276264. OLE color: 4276264.

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

Color convert

RGB406465-
CMYK0.380.0200.75
HSL182.4º23.81%20.59%-
HSV(B)182.4º38.46%25.49%-
XYZ3.664.55.68-
YUV56.94132.55115.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=23.67%
G=37.87%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064650.380.0200.75182.423.8120.59
Hex28404126204Bb61815
Octal5010010146201132663025
Binary101000100000010000011001101001001011101101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284041; }

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

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

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

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

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

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

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

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