#31297E

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

Shades of Deep Koamaru #31297E

Tints of Deep Koamaru #31297E

Color information

#31297E (or 0x31297E) is unknown color: approx Deep Koamaru. HEX triplet: 31, 29 and 7E. RGB value is (49,41,126). Sum of RGB (Red+Green+Blue) = 49+41+126=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #31297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31297E is #CED681. Grayscale: #343434. Windows color (decimal): -13555330 or 8268081. OLE color: 8268081.

HSL color Cylindrical-coordinate representation of color #31297E: hue angle of 245.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31297E is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4941126-
CMYK0.610.6700.51
HSL245.65º50.9%32.75%-
HSV(B)245.65º67.46%49.41%-
XYZ5.833.7520.15-
YUV53.08169.15125.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 126 (49.61% from 255) = 58.33%
R=22.69%
G=18.98%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49411260.610.6700.51245.6550.932.75
Hex31297E3D43033f63321
Octal6151176751030633666341
Binary11000110100111111101111011000011011001111110110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31297E; }

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

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

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

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

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

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

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

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