Html Css Color HEX #313561 Deep Koamaru

📋 copy color: '#313561'

red 49 ◦ green 53 ◦ blue 97

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

Shades of Deep Koamaru #313561

Tints of Deep Koamaru #313561

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 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

#313561 (or 0x313561) is known color: 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

RGB 49 53 97 -
CMYK 0.49 0.45 0 0.62
HSL 235º 0.33% 0.29% -
HSV(B) 235º 0.49% 0.38% -
XYZ 4.7 4.06 11.85 -
YUV 56.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 49 53 97 0.49 0.45 0 0.62 235 0.33 0.29
Hex 31 35 61 31 2D 0 3E EB 21 1D
Octal 61 65 141 61 55 0 76 353 41 35
Binary 110001 110101 1100001 110001 101101 0 111110 11101011 100001 11101

Color Harmonies of #313561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313561

Black with #313561

Text Example


Text Example

White with #313561

Text Example


Text Example

HTML Codes & Css Web 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>