#072438

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

Shades of Tangaroa #072438

Tints of Tangaroa #072438

Color information

#072438 (or 0x072438) is unknown color: approx Tangaroa. HEX triplet: 07, 24 and 38. RGB value is (7,36,56). Sum of RGB (Red+Green+Blue) = 7+36+56=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #072438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072438 is #F8DBC7. Grayscale: #1D1D1D. Windows color (decimal): -16309192 or 3679239. OLE color: 3679239.

HSL color Cylindrical-coordinate representation of color #072438: hue angle of 204.49º 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 #072438 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73656-
CMYK0.880.3600.78
HSL204.49º77.78%12.35%-
HSV(B)204.49º87.5%21.96%-
XYZ1.431.593.97-
YUV29.61142.89111.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=7.07%
G=36.36%
B=56.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal736560.880.3600.78204.4977.7812.35
Hex72438582404Ecc4ec
Octal7447013044011631411614
Binary1111001001110001011000100100010011101100110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072438; }

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

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

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

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

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

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

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

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