Html Css Color HEX #352062 Christalle

📋 copy color: '#352062'

red 53 ◦ green 32 ◦ blue 98

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

Shades of Christalle #352062

Tints of Christalle #352062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 28.96%
G = 17.49%
B = 53.55%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352062 (or 0x352062) is known color: Christalle. HEX triplet: 35, 20 and 62. RGB value is (53,32,98). Sum of RGB (Red+Green+Blue) = 53+32+98=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #352062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352062 is #CADF9D. Grayscale: #2D2D2D. Windows color (decimal): -13295518 or 6430773. OLE color: 6430773.

HSL color Cylindrical-coordinate representation of color #352062: hue angle of 259.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352062 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 32 98 -
CMYK 0.46 0.67 0 0.62
HSL 259.09º 0.51% 0.25% -
HSV(B) 259.09º 0.67% 0.38% -
XYZ 4.19 2.67 11.85 -
YUV 45.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 53 32 98 0.46 0.67 0 0.62 259.09 0.51 0.25
Hex 35 20 62 2E 43 0 3E 103 33 19
Octal 65 40 142 56 103 0 76 403 63 31
Binary 110101 100000 1100010 101110 1000011 0 111110 100000011 110011 11001

Color Harmonies of #352062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352062

Black with #352062

Text Example


Text Example

White with #352062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352062; }

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

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

background-color css

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

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

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

border-color css

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

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

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