#072D34

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

Shades of Nordic #072D34

Tints of Nordic #072D34

Color information

#072D34 (or 0x072D34) is unknown color: approx Nordic. HEX triplet: 07, 2D and 34. RGB value is (7,45,52). Sum of RGB (Red+Green+Blue) = 7+45+52=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #072D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D34 is #F8D2CB. Grayscale: #222222. Windows color (decimal): -16306892 or 3419399. OLE color: 3419399.

HSL color Cylindrical-coordinate representation of color #072D34: hue angle of 189.33º 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 #072D34 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB74552-
CMYK0.870.1300.80
HSL189.33º76.27%11.57%-
HSV(B)189.33º86.54%20.39%-
XYZ1.652.173.58-
YUV34.44137.91108.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 52 (20.70% from 255) = 50%
R=6.73%
G=43.27%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal745520.870.1300.80189.3376.2711.57
Hex72D3457D050bd4cc
Octal7556412715012027511414
Binary11110110111010010101111101010100001011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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