#082C32

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

Shades of Nordic #082C32

Tints of Nordic #082C32

Color information

#082C32 (or 0x082C32) is unknown color: approx Nordic. HEX triplet: 08, 2C and 32. RGB value is (8,44,50). Sum of RGB (Red+Green+Blue) = 8+44+50=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #082C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C32 is #F7D3CD. Grayscale: #212121. Windows color (decimal): -16241614 or 3288072. OLE color: 3288072.

HSL color Cylindrical-coordinate representation of color #082C32: hue angle of 188.57º 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 #082C32 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB84450-
CMYK0.840.1200.80
HSL188.57º72.41%11.37%-
HSV(B)188.57º84%19.61%-
XYZ1.582.083.34-
YUV33.92137.07109.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=7.84%
G=43.14%
B=49.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal844500.840.1200.80188.5772.4111.37
Hex82C3254C050bd48b
Octal10546212414012027511013
Binary100010110011001010101001100010100001011110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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