Html Css Color HEX #311E68 Christalle

📋 copy color: '#311E68'

red 49 ◦ green 30 ◦ blue 104

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

Shades of Christalle #311E68

Tints of Christalle #311E68

RGB

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

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

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

R = 26.78%
G = 16.39%
B = 56.83%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#311E68 (or 0x311E68) is known color: Christalle. HEX triplet: 31, 1E and 68. RGB value is (49,30,104). Sum of RGB (Red+Green+Blue) = 49+30+104=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #311E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E68 is #CEE197. Grayscale: #2B2B2B. Windows color (decimal): -13558168 or 6823473. OLE color: 6823473.

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

Color convert

RGB 49 30 104 -
CMYK 0.53 0.71 0 0.59
HSL 255.41º 0.55% 0.26% -
HSV(B) 255.41º 0.71% 0.41% -
XYZ 4.23 2.58 13.37 -
YUV 44.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 49 30 104 0.53 0.71 0 0.59 255.41 0.55 0.26
Hex 31 1E 68 35 47 0 3B FF 37 1A
Octal 61 36 150 65 107 0 73 377 67 32
Binary 110001 11110 1101000 110101 1000111 0 111011 11111111 110111 11010

Color Harmonies of #311E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E68

Black with #311E68

Text Example


Text Example

White with #311E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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