#083437

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

Shades of Nordic #083437

Tints of Nordic #083437

Color information

#083437 (or 0x083437) is unknown color: approx Nordic. HEX triplet: 08, 34 and 37. RGB value is (8,52,55). Sum of RGB (Red+Green+Blue) = 8+52+55=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #083437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083437 is #F7CBC8. Grayscale: #272727. Windows color (decimal): -16239561 or 3617800. OLE color: 3617800.

HSL color Cylindrical-coordinate representation of color #083437: hue angle of 183.83º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083437 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB85255-
CMYK0.850.0500.78
HSL183.83º74.6%12.35%-
HSV(B)183.83º85.45%21.57%-
XYZ2.022.784.05-
YUV39.19136.92105.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=6.96%
G=45.22%
B=47.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal852550.850.0500.78183.8374.612.35
Hex8343755504Eb84bc
Octal1064671255011627011314
Binary10001101001101111010101101010011101011100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083437; }

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

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

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

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

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

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

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

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