#292346

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

Shades of Tolopea #292346

Tints of Tolopea #292346

Color information

#292346 (or 0x292346) is unknown color: approx Tolopea. HEX triplet: 29, 23 and 46. RGB value is (41,35,70). Sum of RGB (Red+Green+Blue) = 41+35+70=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #292346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292346 is #D6DCB9. Grayscale: #282828. Windows color (decimal): -14081210 or 4596521. OLE color: 4596521.

HSL color Cylindrical-coordinate representation of color #292346: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #292346 is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB413570-
CMYK0.410.500.73
HSL250.29º33.33%20.59%-
HSV(B)250.29º50%27.45%-
XYZ2.622.126.06-
YUV40.78144.49128.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=28.08%
G=23.97%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4135700.410.500.73250.2933.3320.59
Hex2923462932049fa2115
Octal5143106516201113724125
Binary1010011000111000110101001110010010010011111101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292346; }

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

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

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

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

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

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

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

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