#080346

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

Shades of Paua #080346

Tints of Paua #080346

Color information

#080346 (or 0x080346) is unknown color: approx Paua. HEX triplet: 08, 03 and 46. RGB value is (8,3,70). Sum of RGB (Red+Green+Blue) = 8+3+70=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 70 (27.73% from 255 or 86.42% from 81); Max value from RGB is 70 - color contains mainly: blue. Hex color #080346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080346 is #F7FCB9. Grayscale: #0B0B0B. Windows color (decimal): -16252090 or 4588296. OLE color: 4588296.

HSL color Cylindrical-coordinate representation of color #080346: hue angle of 244.48º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080346 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB8370-
CMYK0.890.9600.73
HSL244.48º91.78%14.31%-
HSV(B)244.48º95.71%27.45%-
XYZ1.240.565.84-
YUV12.13160.66125.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 70 (27.73% from 255) = 86.42%
R=9.88%
G=3.70%
B=86.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal83700.890.9600.73244.4891.7814.31
Hex83465960049f45ce
Octal103106131140011136413416
Binary100011100011010110011100000010010011111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080346; }

 p { color: rgb(8,3,70); }

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

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

 a { background-color: rgb(8,3,70); }

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

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

 span { border-color: rgb(8,3,70); }

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