#082C3F

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

Shades of Tangaroa #082C3F

Tints of Tangaroa #082C3F

Color information

#082C3F (or 0x082C3F) is unknown color: approx Tangaroa. HEX triplet: 08, 2C and 3F. RGB value is (8,44,63). Sum of RGB (Red+Green+Blue) = 8+44+63=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #082C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C3F is #F7D3C0. Grayscale: #232323. Windows color (decimal): -16241601 or 4140040. OLE color: 4140040.

HSL color Cylindrical-coordinate representation of color #082C3F: hue angle of 200.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082C3F is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84463-
CMYK0.870.3000.75
HSL200.73º77.46%13.92%-
HSV(B)200.73º87.3%24.71%-
XYZ1.92.215.03-
YUV35.4143.57108.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 63 (25% from 255) = 54.78%
R=6.96%
G=38.26%
B=54.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal844630.870.3000.75200.7377.4613.92
Hex82C3F571E04Bc94de
Octal10547712736011331111516
Binary1000101100111111101011111110010010111100100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C3F; }

 p { color: rgb(8,44,63); }

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

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

 a { background-color: rgb(8,44,63); }

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

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

 span { border-color: rgb(8,44,63); }

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