Html Css Color HEX #312B68 Paris M

📋 copy color: '#312B68'

red 49 ◦ green 43 ◦ blue 104

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

Shades of Paris M #312B68

Tints of Paris M #312B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.94%

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 25%
G = 21.94%
B = 53.06%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312B68 (or 0x312B68) is known color: Paris M. HEX triplet: 31, 2B and 68. RGB value is (49,43,104). Sum of RGB (Red+Green+Blue) = 49+43+104=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #312B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B68 is #CED497. Grayscale: #333333. Windows color (decimal): -13554840 or 6826801. OLE color: 6826801.

HSL color Cylindrical-coordinate representation of color #312B68: hue angle of 245.9º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312B68 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 43 104 -
CMYK 0.53 0.59 0 0.59
HSL 245.9º 0.41% 0.29% -
HSV(B) 245.9º 0.59% 0.41% -
XYZ 4.63 3.38 13.51 -
YUV 51.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 49 43 104 0.53 0.59 0 0.59 245.9 0.41 0.29
Hex 31 2B 68 35 3B 0 3B F6 29 1D
Octal 61 53 150 65 73 0 73 366 51 35
Binary 110001 101011 1101000 110101 111011 0 111011 11110110 101001 11101

Color Harmonies of #312B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B68

Black with #312B68

Text Example


Text Example

White with #312B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B68; }

 p { color: rgb(49,43,104); }

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

background-color css

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

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

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

border-color css

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

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

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