#082E36

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

Shades of Nordic #082E36

Tints of Nordic #082E36

Color information

#082E36 (or 0x082E36) is unknown color: approx Nordic. HEX triplet: 08, 2E and 36. RGB value is (8,46,54). Sum of RGB (Red+Green+Blue) = 8+46+54=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #082E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E36 is #F7D1C9. Grayscale: #232323. Windows color (decimal): -16241098 or 3550728. OLE color: 3550728.

HSL color Cylindrical-coordinate representation of color #082E36: hue angle of 190.43º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082E36 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB84654-
CMYK0.850.1500.79
HSL190.43º74.19%12.16%-
HSV(B)190.43º85.19%21.18%-
XYZ1.742.273.84-
YUV35.55138.41108.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 54 (21.48% from 255) = 50%
R=7.41%
G=42.59%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal846540.850.1500.79190.4374.1912.16
Hex82E3655F04Fbe4ac
Octal10566612517011727611214
Binary100010111011011010101011111010011111011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082E36; }

 p { color: rgb(8,46,54); }

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

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

 a { background-color: rgb(8,46,54); }

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

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

 span { border-color: rgb(8,46,54); }

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