#082D32

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

Shades of Nordic #082D32

Tints of Nordic #082D32

Color information

#082D32 (or 0x082D32) is unknown color: approx Nordic. HEX triplet: 08, 2D and 32. RGB value is (8,45,50). Sum of RGB (Red+Green+Blue) = 8+45+50=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #082D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D32 is #F7D2CD. Grayscale: #222222. Windows color (decimal): -16241358 or 3288328. OLE color: 3288328.

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

Color convert

RGB84550-
CMYK0.840.1000.80
HSL187.14º72.41%11.37%-
HSV(B)187.14º84%19.61%-
XYZ1.612.163.35-
YUV34.51136.74109.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=7.77%
G=43.69%
B=48.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal845500.840.1000.80187.1472.4111.37
Hex82D3254A050bb48b
Octal10556212412012027311013
Binary100010110111001010101001010010100001011101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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