Html Css Color HEX #352368 Christalle

📋 copy color: '#352368'

red 53 ◦ green 35 ◦ blue 104

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

Shades of Christalle #352368

Tints of Christalle #352368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 27.6%
G = 18.23%
B = 54.17%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352368 (or 0x352368) is known color: Christalle. HEX triplet: 35, 23 and 68. RGB value is (53,35,104). Sum of RGB (Red+Green+Blue) = 53+35+104=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #352368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352368 is #CADC97. Grayscale: #2F2F2F. Windows color (decimal): -13294744 or 6824757. OLE color: 6824757.

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

Color convert

RGB 53 35 104 -
CMYK 0.49 0.66 0 0.59
HSL 255.65º 0.5% 0.27% -
HSV(B) 255.65º 0.66% 0.41% -
XYZ 4.57 2.96 13.43 -
YUV 48.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 53 35 104 0.49 0.66 0 0.59 255.65 0.5 0.27
Hex 35 23 68 31 42 0 3B 100 32 1B
Octal 65 43 150 61 102 0 73 400 62 33
Binary 110101 100011 1101000 110001 1000010 0 111011 100000000 110010 11011

Color Harmonies of #352368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352368

Black with #352368

Text Example


Text Example

White with #352368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352368; }

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

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

background-color css

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

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

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

border-color css

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

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

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