#072348

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

Shades of Tangaroa #072348

Tints of Tangaroa #072348

Color information

#072348 (or 0x072348) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 48. RGB value is (7,35,72). Sum of RGB (Red+Green+Blue) = 7+35+72=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #072348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072348 is #F8DCB7. Grayscale: #1E1E1E. Windows color (decimal): -16309432 or 4727559. OLE color: 4727559.

HSL color Cylindrical-coordinate representation of color #072348: hue angle of 214.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072348 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB73572-
CMYK0.900.5100.72
HSL214.15º82.28%15.49%-
HSV(B)214.15º90.28%28.24%-
XYZ1.861.726.36-
YUV30.85151.22110.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=6.14%
G=30.70%
B=63.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal735720.900.5100.72214.1582.2815.49
Hex723485A33048d652f
Octal74311013263011032612217
Binary11110001110010001011010110011010010001101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072348; }

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

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

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

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

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

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

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

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