#082438

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

Shades of Tangaroa #082438

Tints of Tangaroa #082438

Color information

#082438 (or 0x082438) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 38. RGB value is (8,36,56). Sum of RGB (Red+Green+Blue) = 8+36+56=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #082438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082438 is #F7DBC7. Grayscale: #1D1D1D. Windows color (decimal): -16243656 or 3679240. OLE color: 3679240.

HSL color Cylindrical-coordinate representation of color #082438: hue angle of 205º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #082438 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83656-
CMYK0.860.3600.78
HSL205º75%12.55%-
HSV(B)205º85.71%21.96%-
XYZ1.441.63.97-
YUV29.91142.72112.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 56 (22.27% from 255) = 56%
R=8%
G=36%
B=56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal836560.860.3600.782057512.55
Hex82438562404Ecd4bd
Octal10447012644011631511315
Binary10001001001110001010110100100010011101100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082438; }

 p { color: rgb(8,36,56); }

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

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

 a { background-color: rgb(8,36,56); }

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

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

 span { border-color: rgb(8,36,56); }

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