#072738

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

Shades of Tangaroa #072738

Tints of Tangaroa #072738

Color information

#072738 (or 0x072738) is unknown color: approx Tangaroa. HEX triplet: 07, 27 and 38. RGB value is (7,39,56). Sum of RGB (Red+Green+Blue) = 7+39+56=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #072738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072738 is #F8D8C7. Grayscale: #1F1F1F. Windows color (decimal): -16308424 or 3680007. OLE color: 3680007.

HSL color Cylindrical-coordinate representation of color #072738: hue angle of 200.82º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072738 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73956-
CMYK0.880.3000.78
HSL200.82º77.78%12.35%-
HSV(B)200.82º87.5%21.96%-
XYZ1.531.784-
YUV31.37141.9110.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=6.86%
G=38.24%
B=54.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal739560.880.3000.78200.8277.7812.35
Hex72738581E04Ec94ec
Octal7477013036011631111614
Binary111100111111000101100011110010011101100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072738; }

 p { color: rgb(7,39,56); }

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

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

 a { background-color: rgb(7,39,56); }

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

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

 span { border-color: rgb(7,39,56); }

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