Html Css Color HEX #352168 Christalle

📋 copy color: '#352168'

red 53 ◦ green 33 ◦ blue 104

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

Shades of Christalle #352168

Tints of Christalle #352168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 27.89%
G = 17.37%
B = 54.74%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352168 (or 0x352168) is known color: Christalle. HEX triplet: 35, 21 and 68. RGB value is (53,33,104). Sum of RGB (Red+Green+Blue) = 53+33+104=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #352168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352168 is #CADE97. Grayscale: #2E2E2E. Windows color (decimal): -13295256 or 6824245. OLE color: 6824245.

HSL color Cylindrical-coordinate representation of color #352168: hue angle of 256.9º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352168 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 33 104 -
CMYK 0.49 0.68 0 0.59
HSL 256.9º 0.52% 0.27% -
HSV(B) 256.9º 0.68% 0.41% -
XYZ 4.51 2.84 13.41 -
YUV 47.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 53 33 104 0.49 0.68 0 0.59 256.9 0.52 0.27
Hex 35 21 68 31 44 0 3B 101 34 1B
Octal 65 41 150 61 104 0 73 401 64 33
Binary 110101 100001 1101000 110001 1000100 0 111011 100000001 110100 11011

Color Harmonies of #352168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352168

Black with #352168

Text Example


Text Example

White with #352168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352168; }

 p { color: rgb(53,33,104); }

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

background-color css

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

 a { background-color: rgb(53,33,104); }

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

border-color css

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

 span { border-color: rgb(53,33,104); }

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