Html Css Color HEX #34175D Christalle

📋 copy color: '#34175D'

red 52 ◦ green 23 ◦ blue 93

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

Shades of Christalle #34175D

Tints of Christalle #34175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 30.95%
G = 13.69%
B = 55.36%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34175D (or 0x34175D) is known color: Christalle. HEX triplet: 34, 17 and 5D. RGB value is (52,23,93). Sum of RGB (Red+Green+Blue) = 52+23+93=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #34175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34175D is #CBE8A2. Grayscale: #272727. Windows color (decimal): -13363363 or 6100788. OLE color: 6100788.

HSL color Cylindrical-coordinate representation of color #34175D: hue angle of 264.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34175D is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 23 93 -
CMYK 0.44 0.75 0 0.64
HSL 264.86º 0.6% 0.23% -
HSV(B) 264.86º 0.75% 0.36% -
XYZ 3.7 2.13 10.57 -
YUV 39.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 52 23 93 0.44 0.75 0 0.64 264.86 0.6 0.23
Hex 34 17 5D 2C 4B 0 40 109 3C 17
Octal 64 27 135 54 113 0 100 411 74 27
Binary 110100 10111 1011101 101100 1001011 0 1000000 100001001 111100 10111

Color Harmonies of #34175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34175D

Black with #34175D

Text Example


Text Example

White with #34175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34175D; }

 p { color: rgb(52,23,93); }

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

background-color css

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

 a { background-color: rgb(52,23,93); }

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

border-color css

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

 span { border-color: rgb(52,23,93); }

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