Html Css Color HEX #351363 Christalle

📋 copy color: '#351363'

red 53 ◦ green 19 ◦ blue 99

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

Shades of Christalle #351363

Tints of Christalle #351363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 30.99%
G = 11.11%
B = 57.89%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#351363 (or 0x351363) is known color: Christalle. HEX triplet: 35, 13 and 63. RGB value is (53,19,99). Sum of RGB (Red+Green+Blue) = 53+19+99=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #351363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351363 is #CAEC9C. Grayscale: #262626. Windows color (decimal): -13298845 or 6492981. OLE color: 6492981.

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

Color convert

RGB 53 19 99 -
CMYK 0.46 0.81 0 0.61
HSL 265.5º 0.68% 0.23% -
HSV(B) 265.5º 0.81% 0.39% -
XYZ 3.95 2.12 12.01 -
YUV 38.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 53 19 99 0.46 0.81 0 0.61 265.5 0.68 0.23
Hex 35 13 63 2E 51 0 3D 10A 44 17
Octal 65 23 143 56 121 0 75 412 104 27
Binary 110101 10011 1100011 101110 1010001 0 111101 100001010 1000100 10111

Color Harmonies of #351363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351363

Black with #351363

Text Example


Text Example

White with #351363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351363; }

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

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

background-color css

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

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

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

border-color css

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

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

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