Html Css Color HEX #080344 Paua

📋 copy color: '#080344'

red 8 ◦ green 3 ◦ blue 68

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

Shades of Paua #080344

Tints of Paua #080344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 86.08%

R = 10.13%
G = 3.8%
B = 86.08%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080344 (or 0x080344) is known color: Paua. HEX triplet: 08, 03 and 44. RGB value is (8,3,68). Sum of RGB (Red+Green+Blue) = 8+3+68=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 68 (26.95% from 255 or 86.08% from 79); Max value from RGB is 68 - color contains mainly: blue. Hex color #080344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080344 is #F7FCBB. Grayscale: #0B0B0B. Windows color (decimal): -16252092 or 4457224. OLE color: 4457224.

HSL color Cylindrical-coordinate representation of color #080344: hue angle of 244.62º 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 #080344 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 3 68 -
CMYK 0.88 0.96 0 0.73
HSL 244.62º 0.92% 0.14% -
HSV(B) 244.62º 0.96% 0.27% -
XYZ 1.18 0.53 5.51 -
YUV 11.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 8 3 68 0.88 0.96 0 0.73 244.62 0.92 0.14
Hex 8 3 44 58 60 0 49 F5 5C E
Octal 10 3 104 130 140 0 111 365 134 16
Binary 1000 11 1000100 1011000 1100000 0 1001001 11110101 1011100 1110

Color Harmonies of #080344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080344

Black with #080344

Text Example


Text Example

White with #080344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080344; }

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

 H1.HeaderClassName
 {
   color: #080344;
 }
 .AnyTagClassName
 {
   color: #080344;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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