#082F34

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

Shades of Nordic #082F34

Tints of Nordic #082F34

Color information

#082F34 (or 0x082F34) is unknown color: approx Nordic. HEX triplet: 08, 2F and 34. RGB value is (8,47,52). Sum of RGB (Red+Green+Blue) = 8+47+52=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #082F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F34 is #F7D0CB. Grayscale: #232323. Windows color (decimal): -16240844 or 3419912. OLE color: 3419912.

HSL color Cylindrical-coordinate representation of color #082F34: hue angle of 186.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082F34 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB84752-
CMYK0.850.1000.80
HSL186.82º73.33%11.76%-
HSV(B)186.82º84.62%20.39%-
XYZ1.742.333.61-
YUV35.91137.08108.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=7.48%
G=43.93%
B=48.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal847520.850.1000.80186.8273.3311.76
Hex82F3455A050bb49c
Octal10576412512012027311114
Binary100010111111010010101011010010100001011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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