#072E38

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

Shades of Nordic #072E38

Tints of Nordic #072E38

Color information

#072E38 (or 0x072E38) is unknown color: approx Nordic. HEX triplet: 07, 2E and 38. RGB value is (7,46,56). Sum of RGB (Red+Green+Blue) = 7+46+56=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 46 (18.36% from 255 or 42.20% 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 #072E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E38 is #F8D1C7. Grayscale: #232323. Windows color (decimal): -16306632 or 3681799. OLE color: 3681799.

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

Color convert

RGB74656-
CMYK0.880.1800.78
HSL192.24º77.78%12.35%-
HSV(B)192.24º87.5%21.96%-
XYZ1.782.284.09-
YUV35.48139.58107.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=6.42%
G=42.20%
B=51.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal746560.880.1800.78192.2477.7812.35
Hex72E38581204Ec04ec
Octal7567013022011630011614
Binary111101110111000101100010010010011101100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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