#082F36

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

Shades of Nordic #082F36

Tints of Nordic #082F36

Color information

#082F36 (or 0x082F36) is unknown color: approx Nordic. HEX triplet: 08, 2F and 36. RGB value is (8,47,54). Sum of RGB (Red+Green+Blue) = 8+47+54=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #082F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F36 is #F7D0C9. Grayscale: #242424. Windows color (decimal): -16240842 or 3550984. OLE color: 3550984.

HSL color Cylindrical-coordinate representation of color #082F36: hue angle of 189.13º 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 #082F36 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB84754-
CMYK0.850.1300.79
HSL189.13º74.19%12.16%-
HSV(B)189.13º85.19%21.18%-
XYZ1.782.353.85-
YUV36.14138.08107.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=7.34%
G=43.12%
B=49.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal847540.850.1300.79189.1374.1912.16
Hex82F3655D04Fbd4ac
Octal10576612515011727511214
Binary100010111111011010101011101010011111011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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