Html Css Color HEX #090344 Paua

📋 copy color: '#090344'

red 9 ◦ green 3 ◦ blue 68

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

Shades of Paua #090344

Tints of Paua #090344

RGB

 RED value IS 9 (3.91% from 255) = 11.25%

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

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

R = 11.25%
G = 3.75%
B = 85%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#090344 (or 0x090344) is known color: Paua. HEX triplet: 09, 03 and 44. RGB value is (9,3,68). Sum of RGB (Red+Green+Blue) = 9+3+68=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #090344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090344 is #F6FCBB. Grayscale: #0B0B0B. Windows color (decimal): -16186556 or 4457225. OLE color: 4457225.

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

Color convert

RGB 9 3 68 -
CMYK 0.87 0.96 0 0.73
HSL 245.54º 0.92% 0.14% -
HSV(B) 245.54º 0.96% 0.27% -
XYZ 1.19 0.54 5.51 -
YUV 12.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 9 3 68 0.87 0.96 0 0.73 245.54 0.92 0.14
Hex 9 3 44 57 60 0 49 F6 5C E
Octal 11 3 104 127 140 0 111 366 134 16
Binary 1001 11 1000100 1010111 1100000 0 1001001 11110110 1011100 1110

Color Harmonies of #090344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090344

Black with #090344

Text Example


Text Example

White with #090344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090344; }

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

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

background-color css

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

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

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

border-color css

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

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

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