#082338

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

Shades of Tangaroa #082338

Tints of Tangaroa #082338

Color information

#082338 (or 0x082338) is unknown color: approx Tangaroa. HEX triplet: 08, 23 and 38. RGB value is (8,35,56). Sum of RGB (Red+Green+Blue) = 8+35+56=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #082338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082338 is #F7DCC7. Grayscale: #1D1D1D. Windows color (decimal): -16243912 or 3678984. OLE color: 3678984.

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

Color convert

RGB83556-
CMYK0.860.3700.78
HSL206.25º75%12.55%-
HSV(B)206.25º85.71%21.96%-
XYZ1.411.543.96-
YUV29.32143.05112.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=8.08%
G=35.35%
B=56.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal835560.860.3700.78206.257512.55
Hex82338562504Ece4bd
Octal10437012645011631611315
Binary10001000111110001010110100101010011101100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082338; }

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

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

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

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

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

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

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

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