#3B126C

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

Shades of Christalle #3B126C

Tints of Christalle #3B126C

Color information

#3B126C (or 0x3B126C) is unknown color: approx Christalle. HEX triplet: 3B, 12 and 6C. RGB value is (59,18,108). Sum of RGB (Red+Green+Blue) = 59+18+108=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B126C is #C4ED93. Grayscale: #282828. Windows color (decimal): -12905876 or 7082555. OLE color: 7082555.

HSL color Cylindrical-coordinate representation of color #3B126C: hue angle of 267.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B126C is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5918108-
CMYK0.450.8300.58
HSL267.33º71.43%24.71%-
HSV(B)267.33º83.33%42.35%-
XYZ4.732.4514.41-
YUV40.52166.08141.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=31.89%
G=9.73%
B=58.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59181080.450.8300.58267.3371.4324.71
Hex3B126C2D5303A10b4719
Octal73221545512307241310731
Binary11101110010110110010110110100110111010100001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,18,108); }

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

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

 a { background-color: rgb(59,18,108); }

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

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

 span { border-color: rgb(59,18,108); }

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