#072349

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

Shades of Tangaroa #072349

Tints of Tangaroa #072349

Color information

#072349 (or 0x072349) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 49. RGB value is (7,35,73). Sum of RGB (Red+Green+Blue) = 7+35+73=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #072349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072349 is #F8DCB6. Grayscale: #1E1E1E. Windows color (decimal): -16309431 or 4793095. OLE color: 4793095.

HSL color Cylindrical-coordinate representation of color #072349: hue angle of 214.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072349 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73573-
CMYK0.900.5200.71
HSL214.55º82.5%15.69%-
HSV(B)214.55º90.41%28.63%-
XYZ1.891.736.54-
YUV30.96151.72110.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=6.09%
G=30.43%
B=63.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735730.900.5200.71214.5582.515.69
Hex723495A34047d75210
Octal74311113264010732712220
Binary111100011100100110110101101000100011111010111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072349; }

 p { color: rgb(7,35,73); }

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

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

 a { background-color: rgb(7,35,73); }

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

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

 span { border-color: rgb(7,35,73); }

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