#292C68

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

Shades of Deep Koamaru #292C68

Tints of Deep Koamaru #292C68

Color information

#292C68 (or 0x292C68) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2C and 68. RGB value is (41,44,104). Sum of RGB (Red+Green+Blue) = 41+44+104=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #292C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C68 is #D6D397. Grayscale: #313131. Windows color (decimal): -14078872 or 6827049. OLE color: 6827049.

HSL color Cylindrical-coordinate representation of color #292C68: hue angle of 237.14º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292C68 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4144104-
CMYK0.610.5800.59
HSL237.14º43.45%28.43%-
HSV(B)237.14º60.58%40.78%-
XYZ4.313.2713.5-
YUV49.94158.51121.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=21.69%
G=23.28%
B=55.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41441040.610.5800.59237.1443.4528.43
Hex292C683D3A03Bed2b1c
Octal515415075720733555334
Binary101001101100110100011110111101001110111110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C68; }

 p { color: rgb(41,44,104); }

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

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

 a { background-color: rgb(41,44,104); }

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

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

 span { border-color: rgb(41,44,104); }

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