Html Css Color HEX #082D36 Nordic

📋 copy color: '#082D36'

red 8 ◦ green 45 ◦ blue 54

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

Shades of Nordic #082D36

Tints of Nordic #082D36

RGB

 RED value IS 8 (3.52% from 255) = 7.48%

 GREEN value IS 45 (17.97% from 255) = 42.06%

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 7.48%
G = 42.06%
B = 50.47%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#082D36 (or 0x082D36) is known color: Nordic. HEX triplet: 08, 2D and 36. RGB value is (8,45,54). Sum of RGB (Red+Green+Blue) = 8+45+54=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #082D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D36 is #F7D2C9. Grayscale: #222222. Windows color (decimal): -16241354 or 3550472. OLE color: 3550472.

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

Color convert

RGB 8 45 54 -
CMYK 0.85 0.17 0 0.79
HSL 191.74º 0.74% 0.12% -
HSV(B) 191.74º 0.85% 0.21% -
XYZ 1.7 2.19 3.82 -
YUV 34.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 8 45 54 0.85 0.17 0 0.79 191.74 0.74 0.12
Hex 8 2D 36 55 11 0 4F C0 4A C
Octal 10 55 66 125 21 0 117 300 112 14
Binary 1000 101101 110110 1010101 10001 0 1001111 11000000 1001010 1100

Color Harmonies of #082D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D36

Black with #082D36

Text Example


Text Example

White with #082D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #082D36;
 }
 .AnyTagClassName
 {
   color: #082D36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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