#3F166D

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

Shades of Christalle #3F166D

Tints of Christalle #3F166D

Color information

#3F166D (or 0x3F166D) is unknown color: approx Christalle. HEX triplet: 3F, 16 and 6D. RGB value is (63,22,109). Sum of RGB (Red+Green+Blue) = 63+22+109=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F166D is #C0E992. Grayscale: #2B2B2B. Windows color (decimal): -12642707 or 7149119. OLE color: 7149119.

HSL color Cylindrical-coordinate representation of color #3F166D: hue angle of 268.28º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F166D is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6322109-
CMYK0.420.8000.57
HSL268.28º66.41%25.69%-
HSV(B)268.28º79.82%42.75%-
XYZ5.12.7314.73-
YUV44.18164.58141.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=32.47%
G=11.34%
B=56.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63221090.420.8000.57268.2866.4125.69
Hex3F166D2A5003910c421a
Octal77261555212007141410232
Binary11111110110110110110101010100000111001100001100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F166D; }

 p { color: rgb(63,22,109); }

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

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

 a { background-color: rgb(63,22,109); }

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

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

 span { border-color: rgb(63,22,109); }

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