Html Css Color HEX #082D3C Tangaroa

📋 copy color: '#082D3C'

red 8 ◦ green 45 ◦ blue 60

#082D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #082D3C

Tints of Tangaroa #082D3C

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.1%

R = 7.08%
G = 39.82%
B = 53.1%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#082D3C (or 0x082D3C) is known color: 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

RGB 8 45 60 -
CMYK 0.87 0.25 0 0.76
HSL 197.31º 0.76% 0.13% -
HSV(B) 197.31º 0.87% 0.24% -
XYZ 1.85 2.25 4.61 -
YUV 35.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 8 45 60 0.87 0.25 0 0.76 197.31 0.76 0.13
Hex 8 2D 3C 57 19 0 4C C5 4C D
Octal 10 55 74 127 31 0 114 305 114 15
Binary 1000 101101 111100 1010111 11001 0 1001100 11000101 1001100 1101

Color Harmonies of #082D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D3C

Black with #082D3C

Text Example


Text Example

White with #082D3C

Text Example


Text Example

HTML Codes & Css Web 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>