#083744

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

Shades of Nordic #083744

Tints of Nordic #083744

Color information

#083744 (or 0x083744) is unknown color: approx Nordic. HEX triplet: 08, 37 and 44. RGB value is (8,55,68). Sum of RGB (Red+Green+Blue) = 8+55+68=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #083744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083744 is #F7C8BB. Grayscale: #2A2A2A. Windows color (decimal): -16238780 or 4470536. OLE color: 4470536.

HSL color Cylindrical-coordinate representation of color #083744: hue angle of 193º 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 #083744 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85568-
CMYK0.880.1900.73
HSL193º78.95%14.9%-
HSV(B)193º88.24%26.67%-
XYZ2.513.25.95-
YUV42.43142.43103.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 68 (26.95% from 255) = 51.91%
R=6.11%
G=41.98%
B=51.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal855680.880.1900.7319378.9514.9
Hex837445813049c14ff
Octal106710413023011130111717
Binary10001101111000100101100010011010010011100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083744; }

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

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

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

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

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

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

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

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