Html Css Color HEX #072E34 Nordic

📋 copy color: '#072E34'

red 7 ◦ green 46 ◦ blue 52

#072E34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #072E34

Tints of Nordic #072E34

RGB

 RED value IS 7 (3.13% from 255) = 6.67%

 GREEN value IS 46 (18.36% from 255) = 43.81%

 BLUE value IS 52 (20.7% from 255) = 49.52%

R = 6.67%
G = 43.81%
B = 49.52%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#072E34 (or 0x072E34) is known color: Nordic. HEX triplet: 07, 2E and 34. RGB value is (7,46,52). Sum of RGB (Red+Green+Blue) = 7+46+52=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #072E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E34 is #F8D1CB. Grayscale: #222222. Windows color (decimal): -16306636 or 3419655. OLE color: 3419655.

HSL color Cylindrical-coordinate representation of color #072E34: hue angle of 188º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072E34 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 46 52 -
CMYK 0.87 0.12 0 0.80
HSL 188º 0.76% 0.12% -
HSV(B) 188º 0.87% 0.2% -
XYZ 1.68 2.25 3.59 -
YUV 35.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 7 46 52 0.87 0.12 0 0.80 188 0.76 0.12
Hex 7 2E 34 57 C 0 50 BC 4C C
Octal 7 56 64 127 14 0 120 274 114 14
Binary 111 101110 110100 1010111 1100 0 1010000 10111100 1001100 1100

Color Harmonies of #072E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E34

Black with #072E34

Text Example


Text Example

White with #072E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #072E34;
 }
 .AnyTagClassName
 {
   color: #072E34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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