Html Css Color HEX #082E36 Nordic

📋 copy color: '#082E36'

red 8 ◦ green 46 ◦ blue 54

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

Shades of Nordic #082E36

Tints of Nordic #082E36

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

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 8 46 54 -
CMYK 0.85 0.15 0 0.79
HSL 190.43º 0.74% 0.12% -
HSV(B) 190.43º 0.85% 0.21% -
XYZ 1.74 2.27 3.84 -
YUV 35.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 8 46 54 0.85 0.15 0 0.79 190.43 0.74 0.12
Hex 8 2E 36 55 F 0 4F BE 4A C
Octal 10 56 66 125 17 0 117 276 112 14
Binary 1000 101110 110110 1010101 1111 0 1001111 10111110 1001010 1100

Color Harmonies of #082E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E36

Black with #082E36

Text Example


Text Example

White with #082E36

Text Example


Text Example

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