#293165

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

Shades of Deep Koamaru #293165

Tints of Deep Koamaru #293165

Color information

#293165 (or 0x293165) is unknown color: approx Deep Koamaru. HEX triplet: 29, 31 and 65. RGB value is (41,49,101). Sum of RGB (Red+Green+Blue) = 41+49+101=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #293165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293165 is #D6CE9A. Grayscale: #343434. Windows color (decimal): -14077595 or 6631721. OLE color: 6631721.

HSL color Cylindrical-coordinate representation of color #293165: hue angle of 232º 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 #293165 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4149101-
CMYK0.590.5100.60
HSL232º42.25%27.84%-
HSV(B)232º59.41%39.61%-
XYZ4.363.6112.78-
YUV52.54155.35119.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=21.47%
G=25.65%
B=52.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41491010.590.5100.6023242.2527.84
Hex2931653B3303Ce82a1c
Octal516114573630743505234
Binary101001110001110010111101111001101111001110100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293165; }

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

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

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

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

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

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

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

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