#284142

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

Shades of Nordic #284142

Tints of Nordic #284142

Color information

#284142 (or 0x284142) is unknown color: approx Nordic. HEX triplet: 28, 41 and 42. RGB value is (40,65,66). Sum of RGB (Red+Green+Blue) = 40+65+66=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #284142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284142 is #D7BEBD. Grayscale: #393939. Windows color (decimal): -14139070 or 4342056. OLE color: 4342056.

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

Color convert

RGB406566-
CMYK0.390.0200.74
HSL182.31º24.53%20.78%-
HSV(B)182.31º39.39%25.88%-
XYZ3.754.635.85-
YUV57.64132.72115.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=23.39%
G=38.01%
B=38.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4065660.390.0200.74182.3124.5320.78
Hex28414227204Ab61915
Octal5010110247201122663125
Binary101000100000110000101001111001001010101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284142; }

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

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

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

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

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

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

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

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