#072E36

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

Shades of Nordic #072E36

Tints of Nordic #072E36

Color information

#072E36 (or 0x072E36) is unknown color: approx Nordic. HEX triplet: 07, 2E and 36. RGB value is (7,46,54). Sum of RGB (Red+Green+Blue) = 7+46+54=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #072E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E36 is #F8D1C9. Grayscale: #232323. Windows color (decimal): -16306634 or 3550727. OLE color: 3550727.

HSL color Cylindrical-coordinate representation of color #072E36: hue angle of 190.21º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072E36 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB74654-
CMYK0.870.1500.79
HSL190.21º77.05%11.96%-
HSV(B)190.21º87.04%21.18%-
XYZ1.732.273.84-
YUV35.25138.58107.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=6.54%
G=42.99%
B=50.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal746540.870.1500.79190.2177.0511.96
Hex72E3657F04Fbe4dc
Octal7566612717011727611514
Binary11110111011011010101111111010011111011111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E36; }

 p { color: rgb(7,46,54); }

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

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

 a { background-color: rgb(7,46,54); }

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

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

 span { border-color: rgb(7,46,54); }

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