#313169

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

Shades of Deep Koamaru #313169

Tints of Deep Koamaru #313169

Color information

#313169 (or 0x313169) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 69. RGB value is (49,49,105). Sum of RGB (Red+Green+Blue) = 49+49+105=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #313169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313169 is #CECE96. Grayscale: #373737. Windows color (decimal): -13553303 or 6893873. OLE color: 6893873.

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

Color convert

RGB4949105-
CMYK0.530.5300.59
HSL240º36.36%30.2%-
HSV(B)240º53.33%41.18%-
XYZ4.913.8713.85-
YUV55.38156123.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=24.14%
G=24.14%
B=51.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49491050.530.5300.5924036.3630.2
Hex313169353503Bf0241e
Octal616115165650733604436
Binary110001110001110100111010111010101110111111000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313169; }

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

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

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

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

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

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

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

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