Html Css Color HEX #313059 Deep Koamaru

📋 copy color: '#313059'

red 49 ◦ green 48 ◦ blue 89

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

Shades of Deep Koamaru #313059

Tints of Deep Koamaru #313059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 26.34%
G = 25.81%
B = 47.85%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313059 (or 0x313059) is known color: Deep Koamaru. HEX triplet: 31, 30 and 59. RGB value is (49,48,89). Sum of RGB (Red+Green+Blue) = 49+48+89=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #313059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313059 is #CECFA6. Grayscale: #343434. Windows color (decimal): -13553575 or 5845041. OLE color: 5845041.

HSL color Cylindrical-coordinate representation of color #313059: hue angle of 241.46º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313059 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 48 89 -
CMYK 0.45 0.46 0 0.65
HSL 241.46º 0.3% 0.27% -
HSV(B) 241.46º 0.46% 0.35% -
XYZ 4.13 3.49 9.91 -
YUV 52.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 49 48 89 0.45 0.46 0 0.65 241.46 0.3 0.27
Hex 31 30 59 2D 2E 0 41 F1 1E 1B
Octal 61 60 131 55 56 0 101 361 36 33
Binary 110001 110000 1011001 101101 101110 0 1000001 11110001 11110 11011

Color Harmonies of #313059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313059

Black with #313059

Text Example


Text Example

White with #313059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313059; }

 p { color: rgb(49,48,89); }

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

background-color css

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

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

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

border-color css

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

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

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