Html Css Color HEX #080348 Paua

📋 copy color: '#080348'

red 8 ◦ green 3 ◦ blue 72

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

Shades of Paua #080348

Tints of Paua #080348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 86.75%

R = 9.64%
G = 3.61%
B = 86.75%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080348 (or 0x080348) is known color: Paua. HEX triplet: 08, 03 and 48. RGB value is (8,3,72). Sum of RGB (Red+Green+Blue) = 8+3+72=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 72 (28.52% from 255 or 86.75% from 83); Max value from RGB is 72 - color contains mainly: blue. Hex color #080348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080348 is #F7FCB7. Grayscale: #0C0C0C. Windows color (decimal): -16252088 or 4719368. OLE color: 4719368.

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

Color convert

RGB 8 3 72 -
CMYK 0.89 0.96 0 0.72
HSL 244.35º 0.92% 0.15% -
HSV(B) 244.35º 0.96% 0.28% -
XYZ 1.3 0.58 6.18 -
YUV 12.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 8 3 72 0.89 0.96 0 0.72 244.35 0.92 0.15
Hex 8 3 48 59 60 0 48 F4 5C F
Octal 10 3 110 131 140 0 110 364 134 17
Binary 1000 11 1001000 1011001 1100000 0 1001000 11110100 1011100 1111

Color Harmonies of #080348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080348

Black with #080348

Text Example


Text Example

White with #080348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080348; }

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

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

background-color css

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

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

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

border-color css

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

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

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