#072338

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

Shades of Tangaroa #072338

Tints of Tangaroa #072338

Color information

#072338 (or 0x072338) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 38. RGB value is (7,35,56). Sum of RGB (Red+Green+Blue) = 7+35+56=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #072338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072338 is #F8DCC7. Grayscale: #1C1C1C. Windows color (decimal): -16309448 or 3678983. OLE color: 3678983.

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

Color convert

RGB73556-
CMYK0.880.3700.78
HSL205.71º77.78%12.35%-
HSV(B)205.71º87.5%21.96%-
XYZ1.41.533.96-
YUV29.02143.22112.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=7.14%
G=35.71%
B=57.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal735560.880.3700.78205.7177.7812.35
Hex72338582504Ece4ec
Octal7437013045011631611614
Binary1111000111110001011000100101010011101100111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072338; }

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

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

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

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

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

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

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

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