#072C3D

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

Shades of Tangaroa #072C3D

Tints of Tangaroa #072C3D

Color information

#072C3D (or 0x072C3D) is unknown color: approx Tangaroa. HEX triplet: 07, 2C and 3D. RGB value is (7,44,61). Sum of RGB (Red+Green+Blue) = 7+44+61=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #072C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C3D is #F8D3C2. Grayscale: #222222. Windows color (decimal): -16307139 or 4008967. OLE color: 4008967.

HSL color Cylindrical-coordinate representation of color #072C3D: hue angle of 198.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072C3D is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB74461-
CMYK0.890.2800.76
HSL198.89º79.41%13.33%-
HSV(B)198.89º88.52%23.92%-
XYZ1.832.184.74-
YUV34.88142.74108.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=6.25%
G=39.29%
B=54.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal744610.890.2800.76198.8979.4113.33
Hex72C3D591C04Cc74fd
Octal7547513134011430711715
Binary111101100111101101100111100010011001100011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,61); }

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

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

 a { background-color: rgb(7,44,61); }

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

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

 span { border-color: rgb(7,44,61); }

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