#3B146D

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

Shades of Christalle #3B146D

Tints of Christalle #3B146D

Color information

#3B146D (or 0x3B146D) is unknown color: approx Christalle. HEX triplet: 3B, 14 and 6D. RGB value is (59,20,109). Sum of RGB (Red+Green+Blue) = 59+20+109=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B146D is #C4EB92. Grayscale: #292929. Windows color (decimal): -12905363 or 7148603. OLE color: 7148603.

HSL color Cylindrical-coordinate representation of color #3B146D: hue angle of 266.29º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B146D is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5920109-
CMYK0.460.8200.57
HSL266.29º68.99%25.29%-
HSV(B)266.29º81.65%42.75%-
XYZ4.812.5314.7-
YUV41.81165.92140.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=31.38%
G=10.64%
B=57.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59201090.460.8200.57266.2968.9925.29
Hex3B146D2E5203910a4519
Octal73241555612207141210531
Binary11101110100110110110111010100100111001100001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,20,109); }

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

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

 a { background-color: rgb(59,20,109); }

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

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

 span { border-color: rgb(59,20,109); }

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