Html Css Color HEX #35206C Christalle

📋 copy color: '#35206C'

red 53 ◦ green 32 ◦ blue 108

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

Shades of Christalle #35206C

Tints of Christalle #35206C

RGB

 RED value IS 53 (21.09% from 255) = 27.46%

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 27.46%
G = 16.58%
B = 55.96%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35206C (or 0x35206C) is known color: Christalle. HEX triplet: 35, 20 and 6C. RGB value is (53,32,108). Sum of RGB (Red+Green+Blue) = 53+32+108=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #35206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35206C is #CADF93. Grayscale: #2E2E2E. Windows color (decimal): -13295508 or 7086133. OLE color: 7086133.

HSL color Cylindrical-coordinate representation of color #35206C: hue angle of 256.58º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35206C is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 32 108 -
CMYK 0.51 0.70 0 0.58
HSL 256.58º 0.54% 0.27% -
HSV(B) 256.58º 0.7% 0.42% -
XYZ 4.69 2.87 14.49 -
YUV 46.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 53 32 108 0.51 0.70 0 0.58 256.58 0.54 0.27
Hex 35 20 6C 33 46 0 3A 101 36 1B
Octal 65 40 154 63 106 0 72 401 66 33
Binary 110101 100000 1101100 110011 1000110 0 111010 100000001 110110 11011

Color Harmonies of #35206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35206C

Black with #35206C

Text Example


Text Example

White with #35206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35206C; }

 p { color: rgb(53,32,108); }

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

background-color css

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

 a { background-color: rgb(53,32,108); }

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

border-color css

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

 span { border-color: rgb(53,32,108); }

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