#313361

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

Shades of Deep Koamaru #313361

Tints of Deep Koamaru #313361

Color information

#313361 (or 0x313361) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 61. RGB value is (49,51,97). Sum of RGB (Red+Green+Blue) = 49+51+97=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #313361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313361 is #CECC9E. Grayscale: #373737. Windows color (decimal): -13552799 or 6370097. OLE color: 6370097.

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

Color convert

RGB495197-
CMYK0.490.4700.62
HSL237.5º32.88%28.63%-
HSV(B)237.5º49.48%38.04%-
XYZ4.613.8811.82-
YUV55.65151.34123.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=24.87%
G=25.89%
B=49.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4951970.490.4700.62237.532.8828.63
Hex313361312F03Eee211d
Octal616314161570763564135
Binary110001110011110000111000110111101111101110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313361; }

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

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

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

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

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

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

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

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