#082D3C

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

Shades of Tangaroa #082D3C

Tints of Tangaroa #082D3C

Color information

#082D3C (or 0x082D3C) is unknown color: approx Tangaroa. HEX triplet: 08, 2D and 3C. RGB value is (8,45,60). Sum of RGB (Red+Green+Blue) = 8+45+60=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #082D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D3C is #F7D2C3. Grayscale: #232323. Windows color (decimal): -16241348 or 3943688. OLE color: 3943688.

HSL color Cylindrical-coordinate representation of color #082D3C: hue angle of 197.31º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082D3C is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB84560-
CMYK0.870.2500.76
HSL197.31º76.47%13.33%-
HSV(B)197.31º86.67%23.53%-
XYZ1.852.254.61-
YUV35.65141.74108.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 60 (23.83% from 255) = 53.10%
R=7.08%
G=39.82%
B=53.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal845600.870.2500.76197.3176.4713.33
Hex82D3C571904Cc54cd
Octal10557412731011430511415
Binary1000101101111100101011111001010011001100010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,60); }

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

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

 a { background-color: rgb(8,45,60); }

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

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

 span { border-color: rgb(8,45,60); }

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