#342260

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

Shades of Christalle #342260

Tints of Christalle #342260

Color information

#342260 (or 0x342260) is unknown color: approx Christalle. HEX triplet: 34, 22 and 60. RGB value is (52,34,96). Sum of RGB (Red+Green+Blue) = 52+34+96=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #342260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342260 is #CBDD9F. Grayscale: #2E2E2E. Windows color (decimal): -13360544 or 6300212. OLE color: 6300212.

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

Color convert

RGB523496-
CMYK0.460.6500.62
HSL257.42º47.69%25.49%-
HSV(B)257.42º64.58%37.65%-
XYZ4.12.7211.38-
YUV46.45155.96131.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=28.57%
G=18.68%
B=52.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5234960.460.6500.62257.4247.6925.49
Hex3422602E4103E1013019
Octal6442140561010764016031
Binary11010010001011000001011101000001011111010000000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342260; }

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

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

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

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

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

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

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

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