Html Css Color HEX #082E32 Nordic

📋 copy color: '#082E32'

red 8 ◦ green 46 ◦ blue 50

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

Shades of Nordic #082E32

Tints of Nordic #082E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 44.23%

 BLUE value IS 50 (19.92% from 255) = 48.08%

R = 7.69%
G = 44.23%
B = 48.08%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#082E32 (or 0x082E32) is known color: Nordic. HEX triplet: 08, 2E and 32. RGB value is (8,46,50). Sum of RGB (Red+Green+Blue) = 8+46+50=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #082E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E32 is #F7D1CD. Grayscale: #232323. Windows color (decimal): -16241102 or 3288584. OLE color: 3288584.

HSL color Cylindrical-coordinate representation of color #082E32: hue angle of 185.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082E32 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 46 50 -
CMYK 0.84 0.08 0 0.80
HSL 185.71º 0.72% 0.11% -
HSV(B) 185.71º 0.84% 0.2% -
XYZ 1.65 2.24 3.36 -
YUV 35.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 8 46 50 0.84 0.08 0 0.80 185.71 0.72 0.11
Hex 8 2E 32 54 8 0 50 BA 48 B
Octal 10 56 62 124 10 0 120 272 110 13
Binary 1000 101110 110010 1010100 1000 0 1010000 10111010 1001000 1011

Color Harmonies of #082E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E32

Black with #082E32

Text Example


Text Example

White with #082E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,50); }

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

background-color css

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

 a { background-color: rgb(8,46,50); }

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

border-color css

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

 span { border-color: rgb(8,46,50); }

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