#082038

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

Shades of Tangaroa #082038

Tints of Tangaroa #082038

Color information

#082038 (or 0x082038) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 38. RGB value is (8,32,56). Sum of RGB (Red+Green+Blue) = 8+32+56=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #082038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082038 is #F7DFC7. Grayscale: #1B1B1B. Windows color (decimal): -16244680 or 3678216. OLE color: 3678216.

HSL color Cylindrical-coordinate representation of color #082038: hue angle of 210º 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 #082038 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83256-
CMYK0.860.4300.78
HSL210º75%12.55%-
HSV(B)210º85.71%21.96%-
XYZ1.331.373.94-
YUV27.56144.05114.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 58.33%
R=8.33%
G=33.33%
B=58.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal832560.860.4300.782107512.55
Hex82038562B04Ed24bd
Octal10407012653011632211315
Binary10001000001110001010110101011010011101101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082038; }

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

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

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

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

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

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

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

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