#340360

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

Shades of Christalle #340360

Tints of Christalle #340360

Color information

#340360 (or 0x340360) is unknown color: approx Christalle. HEX triplet: 34, 03 and 60. RGB value is (52,3,96). Sum of RGB (Red+Green+Blue) = 52+3+96=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #340360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340360 is #CBFC9F. Grayscale: #1B1B1B. Windows color (decimal): -13368480 or 6292276. OLE color: 6292276.

HSL color Cylindrical-coordinate representation of color #340360: hue angle of 271.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340360 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52396-
CMYK0.460.9700.62
HSL271.61º93.94%19.41%-
HSV(B)271.61º96.88%37.65%-
XYZ3.561.6411.2-
YUV28.25166.23144.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 96 (37.89% from 255) = 63.58%
R=34.44%
G=1.99%
B=63.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal523960.460.9700.62271.6193.9419.41
Hex343602E6103E1105e13
Octal6431405614107642013623
Binary11010011110000010111011000010111110100010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340360; }

 p { color: rgb(52,3,96); }

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

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

 a { background-color: rgb(52,3,96); }

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

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

 span { border-color: rgb(52,3,96); }

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