Html Css Color HEX #313174 Deep Koamaru

📋 copy color: '#313174'

red 49 ◦ green 49 ◦ blue 116

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

Shades of Deep Koamaru #313174

Tints of Deep Koamaru #313174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 22.9%
G = 22.9%
B = 54.21%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313174 (or 0x313174) is known color: Deep Koamaru. HEX triplet: 31, 31 and 74. RGB value is (49,49,116). Sum of RGB (Red+Green+Blue) = 49+49+116=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #313174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313174 is #CECE8B. Grayscale: #383838. Windows color (decimal): -13553292 or 7614769. OLE color: 7614769.

HSL color Cylindrical-coordinate representation of color #313174: hue angle of 240º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313174 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 49 116 -
CMYK 0.58 0.58 0 0.55
HSL 240º 0.41% 0.32% -
HSV(B) 240º 0.58% 0.45% -
XYZ 5.52 4.11 17.03 -
YUV 56.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 49 49 116 0.58 0.58 0 0.55 240 0.41 0.32
Hex 31 31 74 3A 3A 0 37 F0 29 20
Octal 61 61 164 72 72 0 67 360 51 40
Binary 110001 110001 1110100 111010 111010 0 110111 11110000 101001 100000

Color Harmonies of #313174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313174

Black with #313174

Text Example


Text Example

White with #313174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313174; }

 p { color: rgb(49,49,116); }

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

background-color css

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

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

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

border-color css

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

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

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