Html Css Color HEX #313560 Deep Koamaru

📋 copy color: '#313560'

red 49 ◦ green 53 ◦ blue 96

#313560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #313560

Tints of Deep Koamaru #313560

RGB

 RED value IS 49 (19.53% from 255) = 24.75%

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 24.75%
G = 26.77%
B = 48.48%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313560 (or 0x313560) is known color: Deep Koamaru. HEX triplet: 31, 35 and 60. RGB value is (49,53,96). Sum of RGB (Red+Green+Blue) = 49+53+96=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #313560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313560 is #CECA9F. Grayscale: #383838. Windows color (decimal): -13552288 or 6305073. OLE color: 6305073.

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

Color convert

RGB 49 53 96 -
CMYK 0.49 0.45 0 0.62
HSL 234.89º 0.32% 0.28% -
HSV(B) 234.89º 0.49% 0.38% -
XYZ 4.65 4.04 11.6 -
YUV 56.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 49 53 96 0.49 0.45 0 0.62 234.89 0.32 0.28
Hex 31 35 60 31 2D 0 3E EB 20 1C
Octal 61 65 140 61 55 0 76 353 40 34
Binary 110001 110101 1100000 110001 101101 0 111110 11101011 100000 11100

Color Harmonies of #313560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313560

Black with #313560

Text Example


Text Example

White with #313560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313560; }

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

 H1.HeaderClassName
 {
   color: #313560;
 }
 .AnyTagClassName
 {
   color: #313560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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