Html Css Color HEX #312677 Paris M

📋 copy color: '#312677'

red 49 ◦ green 38 ◦ blue 119

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

Shades of Paris M #312677

Tints of Paris M #312677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 23.79%
G = 18.45%
B = 57.77%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312677 (or 0x312677) is known color: Paris M. HEX triplet: 31, 26 and 77. RGB value is (49,38,119). Sum of RGB (Red+Green+Blue) = 49+38+119=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #312677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312677 is #CED988. Grayscale: #323232. Windows color (decimal): -13556105 or 7808561. OLE color: 7808561.

HSL color Cylindrical-coordinate representation of color #312677: hue angle of 248.15º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312677 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 38 119 -
CMYK 0.59 0.68 0 0.53
HSL 248.15º 0.52% 0.31% -
HSV(B) 248.15º 0.68% 0.47% -
XYZ 5.29 3.37 17.82 -
YUV 50.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 49 38 119 0.59 0.68 0 0.53 248.15 0.52 0.31
Hex 31 26 77 3B 44 0 35 F8 34 1F
Octal 61 46 167 73 104 0 65 370 64 37
Binary 110001 100110 1110111 111011 1000100 0 110101 11111000 110100 11111

Color Harmonies of #312677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312677

Black with #312677

Text Example


Text Example

White with #312677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312677; }

 p { color: rgb(49,38,119); }

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

background-color css

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

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

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

border-color css

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

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

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