#342360

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

Shades of Christalle #342360

Tints of Christalle #342360

Color information

#342360 (or 0x342360) is unknown color: approx Christalle. HEX triplet: 34, 23 and 60. RGB value is (52,35,96). Sum of RGB (Red+Green+Blue) = 52+35+96=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #342360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342360 is #CBDC9F. Grayscale: #2E2E2E. Windows color (decimal): -13360288 or 6300468. OLE color: 6300468.

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

Color convert

RGB523596-
CMYK0.460.6400.62
HSL256.72º46.56%25.69%-
HSV(B)256.72º63.54%37.65%-
XYZ4.132.7811.38-
YUV47.04155.63131.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=28.42%
G=19.13%
B=52.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5235960.460.6400.62256.7246.5625.69
Hex3423602E4003E1012f1a
Octal6443140561000764015732
Binary11010010001111000001011101000000011111010000000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342360; }

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

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

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

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

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

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

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

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