#082F35

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

Shades of Nordic #082F35

Tints of Nordic #082F35

Color information

#082F35 (or 0x082F35) is unknown color: approx Nordic. HEX triplet: 08, 2F and 35. RGB value is (8,47,53). Sum of RGB (Red+Green+Blue) = 8+47+53=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #082F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F35 is #F7D0CA. Grayscale: #232323. Windows color (decimal): -16240843 or 3485448. OLE color: 3485448.

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

Color convert

RGB84753-
CMYK0.850.1100.79
HSL188º73.77%11.96%-
HSV(B)188º84.91%20.78%-
XYZ1.762.343.73-
YUV36.02137.58108.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 47 (18.75% from 255) = 43.52%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=7.41%
G=43.52%
B=49.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal847530.850.1100.7918873.7711.96
Hex82F3555B04Fbc4ac
Octal10576512513011727411214
Binary100010111111010110101011011010011111011110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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