Html Css Color HEX #082F36 Nordic

📋 copy color: '#082F36'

red 8 ◦ green 47 ◦ blue 54

#082F36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #082F36

Tints of Nordic #082F36

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 value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#082F36 (or 0x082F36) is known color: 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

RGB 8 47 54 -
CMYK 0.85 0.13 0 0.79
HSL 189.13º 0.74% 0.12% -
HSV(B) 189.13º 0.85% 0.21% -
XYZ 1.78 2.35 3.85 -
YUV 36.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 8 47 54 0.85 0.13 0 0.79 189.13 0.74 0.12
Hex 8 2F 36 55 D 0 4F BD 4A C
Octal 10 57 66 125 15 0 117 275 112 14
Binary 1000 101111 110110 1010101 1101 0 1001111 10111101 1001010 1100

Color Harmonies of #082F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F36

Black with #082F36

Text Example


Text Example

White with #082F36

Text Example


Text Example

HTML Codes & Css Web 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>