#082C35

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

Shades of Nordic #082C35

Tints of Nordic #082C35

Color information

#082C35 (or 0x082C35) is unknown color: approx Nordic. HEX triplet: 08, 2C and 35. RGB value is (8,44,53). Sum of RGB (Red+Green+Blue) = 8+44+53=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #082C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C35 is #F7D3CA. Grayscale: #222222. Windows color (decimal): -16241611 or 3484680. OLE color: 3484680.

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

Color convert

RGB84453-
CMYK0.850.1700.79
HSL192º73.77%11.96%-
HSV(B)192º84.91%20.78%-
XYZ1.642.113.69-
YUV34.26138.57109.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=7.62%
G=41.90%
B=50.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal844530.850.1700.7919273.7711.96
Hex82C35551104Fc04ac
Octal10546512521011730011214
Binary1000101100110101101010110001010011111100000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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