#3B065A

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

Shades of Christalle #3B065A

Tints of Christalle #3B065A

Color information

#3B065A (or 0x3B065A) is unknown color: approx Christalle. HEX triplet: 3B, 06 and 5A. RGB value is (59,6,90). Sum of RGB (Red+Green+Blue) = 59+6+90=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B065A is #C4F9A5. Grayscale: #1F1F1F. Windows color (decimal): -12908966 or 5899835. OLE color: 5899835.

HSL color Cylindrical-coordinate representation of color #3B065A: hue angle of 277.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B065A is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB59690-
CMYK0.340.9300.65
HSL277.86º87.5%18.82%-
HSV(B)277.86º93.33%35.29%-
XYZ3.711.89.82-
YUV31.42161.06147.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=38.06%
G=3.87%
B=58.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal596900.340.9300.65277.8687.518.82
Hex3B65A225D0411165813
Octal73613242135010142613023
Binary1110111101011010100010101110101000001100010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,6,90); }

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

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

 a { background-color: rgb(59,6,90); }

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

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

 span { border-color: rgb(59,6,90); }

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