#340657

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

Shades of Christalle #340657

Tints of Christalle #340657

Color information

#340657 (or 0x340657) is unknown color: approx Christalle. HEX triplet: 34, 06 and 57. RGB value is (52,6,87). Sum of RGB (Red+Green+Blue) = 52+6+87=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #340657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340657 is #CBF9A8. Grayscale: #1C1C1C. Windows color (decimal): -13367721 or 5703220. OLE color: 5703220.

HSL color Cylindrical-coordinate representation of color #340657: hue angle of 274.07º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340657 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB52687-
CMYK0.400.9300.66
HSL274.07º87.1%18.24%-
HSV(B)274.07º93.1%34.12%-
XYZ3.21.559.15-
YUV28.99160.74144.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 87 (34.38% from 255) = 60%
R=35.86%
G=4.14%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal526870.400.9300.66274.0787.118.24
Hex34657285D0421125712
Octal64612750135010242212722
Binary1101001101010111101000101110101000010100010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340657; }

 p { color: rgb(52,6,87); }

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

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

 a { background-color: rgb(52,6,87); }

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

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

 span { border-color: rgb(52,6,87); }

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