Html Css Color HEX #292348 Paua

📋 copy color: '#292348'

red 41 ◦ green 35 ◦ blue 72

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

Shades of Paua #292348

Tints of Paua #292348

RGB

 RED value IS 41 (16.41% from 255) = 27.7%

 GREEN value IS 35 (14.06% from 255) = 23.65%

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

R = 27.7%
G = 23.65%
B = 48.65%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#292348 (or 0x292348) is known color: Paua. HEX triplet: 29, 23 and 48. RGB value is (41,35,72). Sum of RGB (Red+Green+Blue) = 41+35+72=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #292348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292348 is #D6DCB7. Grayscale: #282828. Windows color (decimal): -14081208 or 4727593. OLE color: 4727593.

HSL color Cylindrical-coordinate representation of color #292348: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292348 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 35 72 -
CMYK 0.43 0.51 0 0.72
HSL 249.73º 0.35% 0.21% -
HSV(B) 249.73º 0.51% 0.28% -
XYZ 2.69 2.14 6.4 -
YUV 41.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 41 35 72 0.43 0.51 0 0.72 249.73 0.35 0.21
Hex 29 23 48 2B 33 0 48 FA 23 15
Octal 51 43 110 53 63 0 110 372 43 25
Binary 101001 100011 1001000 101011 110011 0 1001000 11111010 100011 10101

Color Harmonies of #292348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292348

Black with #292348

Text Example


Text Example

White with #292348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292348; }

 p { color: rgb(41,35,72); }

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

background-color css

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

 a { background-color: rgb(41,35,72); }

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

border-color css

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

 span { border-color: rgb(41,35,72); }

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