#340658

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

Shades of Christalle #340658

Tints of Christalle #340658

Color information

#340658 (or 0x340658) is unknown color: approx Christalle. HEX triplet: 34, 06 and 58. RGB value is (52,6,88). Sum of RGB (Red+Green+Blue) = 52+6+88=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #340658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340658 is #CBF9A7. Grayscale: #1C1C1C. Windows color (decimal): -13367720 or 5768756. OLE color: 5768756.

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

Color convert

RGB52688-
CMYK0.410.9300.65
HSL273.66º87.23%18.43%-
HSV(B)273.66º93.18%34.51%-
XYZ3.241.569.36-
YUV29.1161.24144.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=35.62%
G=4.11%
B=60.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal526880.410.9300.65273.6687.2318.43
Hex34658295D0411125712
Octal64613051135010142212722
Binary1101001101011000101001101110101000001100010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340658; }

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

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

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

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

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

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

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

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