#292348

Color #292348 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #292348

Tints of Paua #292348

Color information

#292348 (or 0x292348) is unknown color: approx 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

RGB413572-
CMYK0.430.5100.72
HSL249.73º34.58%20.98%-
HSV(B)249.73º51.39%28.24%-
XYZ2.692.146.4-
YUV41.01145.49127.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=27.70%
G=23.65%
B=48.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4135720.430.5100.72249.7334.5820.98
Hex2923482B33048fa2315
Octal5143110536301103724325
Binary1010011000111001000101011110011010010001111101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>