#312D69

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

Shades of Deep Koamaru #312D69

Tints of Deep Koamaru #312D69

Color information

#312D69 (or 0x312D69) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2D and 69. RGB value is (49,45,105). Sum of RGB (Red+Green+Blue) = 49+45+105=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #312D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D69 is #CED296. Grayscale: #343434. Windows color (decimal): -13554327 or 6892849. OLE color: 6892849.

HSL color Cylindrical-coordinate representation of color #312D69: hue angle of 244º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312D69 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4945105-
CMYK0.530.5700.59
HSL244º40%29.41%-
HSV(B)244º57.14%41.18%-
XYZ4.753.5513.8-
YUV53.04157.33125.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=24.62%
G=22.61%
B=52.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49451050.530.5700.592444029.41
Hex312D69353903Bf4281d
Octal615515165710733645035
Binary110001101101110100111010111100101110111111010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D69; }

 p { color: rgb(49,45,105); }

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

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

 a { background-color: rgb(49,45,105); }

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

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

 span { border-color: rgb(49,45,105); }

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