#292755

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

Shades of Paua #292755

Tints of Paua #292755

Color information

#292755 (or 0x292755) is unknown color: approx Paua. HEX triplet: 29, 27 and 55. RGB value is (41,39,85). Sum of RGB (Red+Green+Blue) = 41+39+85=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #292755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292755 is #D6D8AA. Grayscale: #2C2C2C. Windows color (decimal): -14080171 or 5580585. OLE color: 5580585.

HSL color Cylindrical-coordinate representation of color #292755: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #292755 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB413985-
CMYK0.520.5400.67
HSL242.61º37.1%24.31%-
HSV(B)242.61º54.12%33.33%-
XYZ3.282.588.92-
YUV44.84150.66125.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=24.85%
G=23.64%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4139850.520.5400.67242.6137.124.31
Hex2927553436043f32518
Octal5147125646601033634530
Binary1010011001111010101110100110110010000111111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292755; }

 p { color: rgb(41,39,85); }

 H1.HeaderClassName
 {
   color: #292755;
 }
 .AnyTagClassName
 {
   color: #292755;
 }
</style>
background-color css

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

 a { background-color: rgb(41,39,85); }

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

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

 span { border-color: rgb(41,39,85); }

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