#293072

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

Shades of Deep Koamaru #293072

Tints of Deep Koamaru #293072

Color information

#293072 (or 0x293072) is unknown color: approx Deep Koamaru. HEX triplet: 29, 30 and 72. RGB value is (41,48,114). Sum of RGB (Red+Green+Blue) = 41+48+114=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #293072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293072 is #D6CF8D. Grayscale: #353535. Windows color (decimal): -14077838 or 7483433. OLE color: 7483433.

HSL color Cylindrical-coordinate representation of color #293072: hue angle of 234.25º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293072 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4148114-
CMYK0.640.5800.55
HSL234.25º47.1%30.39%-
HSV(B)234.25º64.04%44.71%-
XYZ5.013.816.39-
YUV53.43162.18119.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=20.20%
G=23.65%
B=56.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41481140.640.5800.55234.2547.130.39
Hex293072403A037ea2f1e
Octal5160162100720673525736
Binary1010011100001110010100000011101001101111110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293072; }

 p { color: rgb(41,48,114); }

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

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

 a { background-color: rgb(41,48,114); }

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

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

 span { border-color: rgb(41,48,114); }

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