Html Css Color HEX #342359 Christalle

📋 copy color: '#342359'

red 52 ◦ green 35 ◦ blue 89

#342359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #342359

Tints of Christalle #342359

RGB

 RED value IS 52 (20.7% from 255) = 29.55%

 GREEN value IS 35 (14.06% from 255) = 19.89%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 29.55%
G = 19.89%
B = 50.57%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342359 (or 0x342359) is known color: Christalle. HEX triplet: 34, 23 and 59. RGB value is (52,35,89). Sum of RGB (Red+Green+Blue) = 52+35+89=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #342359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342359 is #CBDCA6. Grayscale: #2E2E2E. Windows color (decimal): -13360295 or 5841716. OLE color: 5841716.

HSL color Cylindrical-coordinate representation of color #342359: hue angle of 258.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342359 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 35 89 -
CMYK 0.42 0.61 0 0.65
HSL 258.89º 0.44% 0.24% -
HSV(B) 258.89º 0.61% 0.35% -
XYZ 3.82 2.65 9.76 -
YUV 46.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 52 35 89 0.42 0.61 0 0.65 258.89 0.44 0.24
Hex 34 23 59 2A 3D 0 41 103 2C 18
Octal 64 43 131 52 75 0 101 403 54 30
Binary 110100 100011 1011001 101010 111101 0 1000001 100000011 101100 11000

Color Harmonies of #342359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342359

Black with #342359

Text Example


Text Example

White with #342359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342359; }

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

 H1.HeaderClassName
 {
   color: #342359;
 }
 .AnyTagClassName
 {
   color: #342359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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