#082744

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

Shades of Tangaroa #082744

Tints of Tangaroa #082744

Color information

#082744 (or 0x082744) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 44. RGB value is (8,39,68). Sum of RGB (Red+Green+Blue) = 8+39+68=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #082744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082744 is #F7D8BB. Grayscale: #202020. Windows color (decimal): -16242876 or 4466440. OLE color: 4466440.

HSL color Cylindrical-coordinate representation of color #082744: hue angle of 209º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082744 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB83968-
CMYK0.880.4300.73
HSL209º78.95%14.9%-
HSV(B)209º88.24%26.67%-
XYZ1.871.925.74-
YUV33.04147.73110.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 68 (26.95% from 255) = 59.13%
R=6.96%
G=33.91%
B=59.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal839680.880.4300.7320978.9514.9
Hex82744582B049d14ff
Octal104710413053011132111717
Binary100010011110001001011000101011010010011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082744; }

 p { color: rgb(8,39,68); }

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

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

 a { background-color: rgb(8,39,68); }

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

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

 span { border-color: rgb(8,39,68); }

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