#311C67

Color #311C67 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #311C67

Tints of Christalle #311C67

Color information

#311C67 (or 0x311C67) is unknown color: approx Christalle. HEX triplet: 31, 1C and 67. RGB value is (49,28,103). Sum of RGB (Red+Green+Blue) = 49+28+103=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #311C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C67 is #CEE398. Grayscale: #2A2A2A. Windows color (decimal): -13558681 or 6757425. OLE color: 6757425.

HSL color Cylindrical-coordinate representation of color #311C67: hue angle of 256.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311C67 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4928103-
CMYK0.520.7300.60
HSL256.8º57.25%25.69%-
HSV(B)256.8º72.82%40.39%-
XYZ4.132.4613.09-
YUV42.83161.96132.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 103 (40.62% from 255) = 57.22%
R=27.22%
G=15.56%
B=57.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49281030.520.7300.60256.857.2525.69
Hex311C67344903C101391a
Octal6134147641110744017132
Binary1100011110011001111101001001001011110010000000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,103); }

 H1.HeaderClassName
 {
   color: #311C67;
 }
 .AnyTagClassName
 {
   color: #311C67;
 }
</style>
background-color css

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

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

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

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

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

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