#082D38

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

Shades of Nordic #082D38

Tints of Nordic #082D38

Color information

#082D38 (or 0x082D38) is unknown color: approx Nordic. HEX triplet: 08, 2D and 38. RGB value is (8,45,56). Sum of RGB (Red+Green+Blue) = 8+45+56=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #082D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D38 is #F7D2C7. Grayscale: #232323. Windows color (decimal): -16241352 or 3681544. OLE color: 3681544.

HSL color Cylindrical-coordinate representation of color #082D38: hue angle of 193.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #082D38 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB84556-
CMYK0.860.2000.78
HSL193.75º75%12.55%-
HSV(B)193.75º85.71%21.96%-
XYZ1.752.214.08-
YUV35.19139.74108.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=7.34%
G=41.28%
B=51.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal845560.860.2000.78193.757512.55
Hex82D38561404Ec24bd
Octal10557012624011630211315
Binary1000101101111000101011010100010011101100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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