#313561

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

Shades of Deep Koamaru #313561

Tints of Deep Koamaru #313561

Color information

#313561 (or 0x313561) is unknown color: approx Deep Koamaru. HEX triplet: 31, 35 and 61. RGB value is (49,53,97). Sum of RGB (Red+Green+Blue) = 49+53+97=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #313561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313561 is #CECA9E. Grayscale: #383838. Windows color (decimal): -13552287 or 6370609. OLE color: 6370609.

HSL color Cylindrical-coordinate representation of color #313561: hue angle of 235º 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 #313561 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495397-
CMYK0.490.4500.62
HSL235º32.88%28.63%-
HSV(B)235º49.48%38.04%-
XYZ4.74.0611.85-
YUV56.82150.67122.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=24.62%
G=26.63%
B=48.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4953970.490.4500.6223532.8828.63
Hex313561312D03Eeb211d
Octal616514161550763534135
Binary110001110101110000111000110110101111101110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313561; }

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

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

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

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

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

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

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

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