#292874

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

Shades of Deep Koamaru #292874

Tints of Deep Koamaru #292874

Color information

#292874 (or 0x292874) is unknown color: approx Deep Koamaru. HEX triplet: 29, 28 and 74. RGB value is (41,40,116). Sum of RGB (Red+Green+Blue) = 41+40+116=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #292874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292874 is #D6D78B. Grayscale: #303030. Windows color (decimal): -14079884 or 7612457. OLE color: 7612457.

HSL color Cylindrical-coordinate representation of color #292874: hue angle of 240.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292874 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4140116-
CMYK0.650.6600.55
HSL240.79º48.72%30.59%-
HSV(B)240.79º65.52%45.49%-
XYZ4.833.2516.9-
YUV48.96165.83122.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=20.81%
G=20.30%
B=58.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41401160.650.6600.55240.7948.7230.59
Hex2928744142037f1311f
Octal51501641011020673616137
Binary10100110100011101001000001100001001101111111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292874; }

 p { color: rgb(41,40,116); }

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

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

 a { background-color: rgb(41,40,116); }

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

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

 span { border-color: rgb(41,40,116); }

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