#080347

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

Shades of Paua #080347

Tints of Paua #080347

Color information

#080347 (or 0x080347) is unknown color: approx Paua. HEX triplet: 08, 03 and 47. RGB value is (8,3,71). Sum of RGB (Red+Green+Blue) = 8+3+71=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #080347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080347 is #F7FCB8. Grayscale: #0B0B0B. Windows color (decimal): -16252089 or 4653832. OLE color: 4653832.

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

Color convert

RGB8371-
CMYK0.890.9600.72
HSL244.41º91.89%14.51%-
HSV(B)244.41º95.77%27.84%-
XYZ1.270.576-
YUV12.25161.16124.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 71 (28.12% from 255) = 86.59%
R=9.76%
G=3.66%
B=86.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal83710.890.9600.72244.4191.8914.51
Hex83475960048f45cf
Octal103107131140011036413417
Binary100011100011110110011100000010010001111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080347; }

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

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

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

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

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

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

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

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