Html Css Color HEX #352063 Christalle

📋 copy color: '#352063'

red 53 ◦ green 32 ◦ blue 99

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

Shades of Christalle #352063

Tints of Christalle #352063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 28.8%
G = 17.39%
B = 53.8%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#352063 (or 0x352063) is known color: Christalle. HEX triplet: 35, 20 and 63. RGB value is (53,32,99). Sum of RGB (Red+Green+Blue) = 53+32+99=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #352063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352063 is #CADF9C. Grayscale: #2D2D2D. Windows color (decimal): -13295517 or 6496309. OLE color: 6496309.

HSL color Cylindrical-coordinate representation of color #352063: hue angle of 258.81º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352063 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 32 99 -
CMYK 0.46 0.68 0 0.61
HSL 258.81º 0.51% 0.26% -
HSV(B) 258.81º 0.68% 0.39% -
XYZ 4.24 2.69 12.1 -
YUV 45.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 53 32 99 0.46 0.68 0 0.61 258.81 0.51 0.26
Hex 35 20 63 2E 44 0 3D 103 33 1A
Octal 65 40 143 56 104 0 75 403 63 32
Binary 110101 100000 1100011 101110 1000100 0 111101 100000011 110011 11010

Color Harmonies of #352063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352063

Black with #352063

Text Example


Text Example

White with #352063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352063; }

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

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

background-color css

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

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

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

border-color css

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

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

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