#072238

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

Shades of Tangaroa #072238

Tints of Tangaroa #072238

Color information

#072238 (or 0x072238) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 38. RGB value is (7,34,56). Sum of RGB (Red+Green+Blue) = 7+34+56=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #072238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072238 is #F8DDC7. Grayscale: #1C1C1C. Windows color (decimal): -16309704 or 3678727. OLE color: 3678727.

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

Color convert

RGB73456-
CMYK0.880.3900.78
HSL206.94º77.78%12.35%-
HSV(B)206.94º87.5%21.96%-
XYZ1.371.473.95-
YUV28.44143.55112.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=7.22%
G=35.05%
B=57.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal734560.880.3900.78206.9477.7812.35
Hex72238582704Ecf4ec
Octal7427013047011631711614
Binary1111000101110001011000100111010011101100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072238; }

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

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

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

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

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

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

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

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