Html Css Color HEX #080346 Paua

📋 copy color: '#080346'

red 8 ◦ green 3 ◦ blue 70

#080346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #080346

Tints of Paua #080346

RGB

 RED value IS 8 (3.52% from 255) = 9.88%

 GREEN value IS 3 (1.56% from 255) = 3.7%

 BLUE value IS 70 (27.73% from 255) = 86.42%

R = 9.88%
G = 3.7%
B = 86.42%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080346 (or 0x080346) is known color: 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

RGB 8 3 70 -
CMYK 0.89 0.96 0 0.73
HSL 244.48º 0.92% 0.14% -
HSV(B) 244.48º 0.96% 0.27% -
XYZ 1.24 0.56 5.84 -
YUV 12.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 8 3 70 0.89 0.96 0 0.73 244.48 0.92 0.14
Hex 8 3 46 59 60 0 49 F4 5C E
Octal 10 3 106 131 140 0 111 364 134 16
Binary 1000 11 1000110 1011001 1100000 0 1001001 11110100 1011100 1110

Color Harmonies of #080346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080346

Black with #080346

Text Example


Text Example

White with #080346

Text Example


Text Example

HTML Codes & Css Web 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>