#083644

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

Shades of Nordic #083644

Tints of Nordic #083644

Color information

#083644 (or 0x083644) is unknown color: approx Nordic. HEX triplet: 08, 36 and 44. RGB value is (8,54,68). Sum of RGB (Red+Green+Blue) = 8+54+68=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #083644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083644 is #F7C9BB. Grayscale: #292929. Windows color (decimal): -16239036 or 4470280. OLE color: 4470280.

HSL color Cylindrical-coordinate representation of color #083644: hue angle of 194º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083644 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85468-
CMYK0.880.2100.73
HSL194º78.95%14.9%-
HSV(B)194º88.24%26.67%-
XYZ2.463.115.94-
YUV41.84142.76103.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 68 (26.95% from 255) = 52.31%
R=6.15%
G=41.54%
B=52.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal854680.880.2100.7319478.9514.9
Hex836445815049c24ff
Octal106610413025011130211717
Binary10001101101000100101100010101010010011100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083644; }

 p { color: rgb(8,54,68); }

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

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

 a { background-color: rgb(8,54,68); }

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

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

 span { border-color: rgb(8,54,68); }

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