Html Css Color HEX #311E56 Christalle

📋 copy color: '#311E56'

red 49 ◦ green 30 ◦ blue 86

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

Shades of Christalle #311E56

Tints of Christalle #311E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 86 (33.98% from 255) = 52.12%

R = 29.7%
G = 18.18%
B = 52.12%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#311E56 (or 0x311E56) is known color: Christalle. HEX triplet: 31, 1E and 56. RGB value is (49,30,86). Sum of RGB (Red+Green+Blue) = 49+30+86=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #311E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E56 is #CEE1A9. Grayscale: #292929. Windows color (decimal): -13558186 or 5643825. OLE color: 5643825.

HSL color Cylindrical-coordinate representation of color #311E56: hue angle of 260.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311E56 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 30 86 -
CMYK 0.43 0.65 0 0.66
HSL 260.36º 0.48% 0.23% -
HSV(B) 260.36º 0.65% 0.34% -
XYZ 3.41 2.25 9.06 -
YUV 42.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 49 30 86 0.43 0.65 0 0.66 260.36 0.48 0.23
Hex 31 1E 56 2B 41 0 42 104 30 17
Octal 61 36 126 53 101 0 102 404 60 27
Binary 110001 11110 1010110 101011 1000001 0 1000010 100000100 110000 10111

Color Harmonies of #311E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E56

Black with #311E56

Text Example


Text Example

White with #311E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E56; }

 p { color: rgb(49,30,86); }

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

background-color css

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

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

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

border-color css

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

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

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