#293161

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

Shades of Deep Koamaru #293161

Tints of Deep Koamaru #293161

Color information

#293161 (or 0x293161) is unknown color: approx Deep Koamaru. HEX triplet: 29, 31 and 61. RGB value is (41,49,97). Sum of RGB (Red+Green+Blue) = 41+49+97=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #293161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293161 is #D6CE9E. Grayscale: #333333. Windows color (decimal): -14077599 or 6369577. OLE color: 6369577.

HSL color Cylindrical-coordinate representation of color #293161: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293161 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB414997-
CMYK0.580.4900.62
HSL231.43º40.58%27.06%-
HSV(B)231.43º57.73%38.04%-
XYZ4.173.5311.77-
YUV52.08153.35120.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=21.93%
G=26.20%
B=51.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4149970.580.4900.62231.4340.5827.06
Hex2931613A3103Ee7291b
Octal516114172610763475133
Binary101001110001110000111101011000101111101110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293161; }

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

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

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

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

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

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

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

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