Html Css Color HEX #342358 Christalle

📋 copy color: '#342358'

red 52 ◦ green 35 ◦ blue 88

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

Shades of Christalle #342358

Tints of Christalle #342358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 29.71%
G = 20%
B = 50.29%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342358 (or 0x342358) is known color: Christalle. HEX triplet: 34, 23 and 58. RGB value is (52,35,88). Sum of RGB (Red+Green+Blue) = 52+35+88=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #342358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342358 is #CBDCA7. Grayscale: #2D2D2D. Windows color (decimal): -13360296 or 5776180. OLE color: 5776180.

HSL color Cylindrical-coordinate representation of color #342358: hue angle of 259.25º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342358 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 35 88 -
CMYK 0.41 0.60 0 0.65
HSL 259.25º 0.43% 0.24% -
HSV(B) 259.25º 0.6% 0.35% -
XYZ 3.78 2.64 9.54 -
YUV 46.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 52 35 88 0.41 0.60 0 0.65 259.25 0.43 0.24
Hex 34 23 58 29 3C 0 41 103 2B 18
Octal 64 43 130 51 74 0 101 403 53 30
Binary 110100 100011 1011000 101001 111100 0 1000001 100000011 101011 11000

Color Harmonies of #342358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342358

Black with #342358

Text Example


Text Example

White with #342358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342358; }

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

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

background-color css

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

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

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

border-color css

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

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

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