#292E65

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

Shades of Deep Koamaru #292E65

Tints of Deep Koamaru #292E65

Color information

#292E65 (or 0x292E65) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2E and 65. RGB value is (41,46,101). Sum of RGB (Red+Green+Blue) = 41+46+101=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #292E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E65 is #D6D19A. Grayscale: #323232. Windows color (decimal): -14078363 or 6630953. OLE color: 6630953.

HSL color Cylindrical-coordinate representation of color #292E65: hue angle of 235º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292E65 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4146101-
CMYK0.590.5400.60
HSL235º42.25%27.84%-
HSV(B)235º59.41%39.61%-
XYZ4.243.3612.74-
YUV50.78156.34121.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=21.81%
G=24.47%
B=53.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41461010.590.5400.6023542.2527.84
Hex292E653B3603Ceb2a1c
Octal515614573660743535234
Binary101001101110110010111101111011001111001110101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,101); }

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

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

 a { background-color: rgb(41,46,101); }

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

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

 span { border-color: rgb(41,46,101); }

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