Html Css Color HEX #351768 Christalle

📋 copy color: '#351768'

red 53 ◦ green 23 ◦ blue 104

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

Shades of Christalle #351768

Tints of Christalle #351768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 29.44%
G = 12.78%
B = 57.78%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#351768 (or 0x351768) is known color: Christalle. HEX triplet: 35, 17 and 68. RGB value is (53,23,104). Sum of RGB (Red+Green+Blue) = 53+23+104=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #351768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351768 is #CAE897. Grayscale: #282828. Windows color (decimal): -13297816 or 6821685. OLE color: 6821685.

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

Color convert

RGB 53 23 104 -
CMYK 0.49 0.78 0 0.59
HSL 262.22º 0.64% 0.25% -
HSV(B) 262.22º 0.78% 0.41% -
XYZ 4.27 2.37 13.33 -
YUV 41.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 53 23 104 0.49 0.78 0 0.59 262.22 0.64 0.25
Hex 35 17 68 31 4E 0 3B 106 40 19
Octal 65 27 150 61 116 0 73 406 100 31
Binary 110101 10111 1101000 110001 1001110 0 111011 100000110 1000000 11001

Color Harmonies of #351768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351768

Black with #351768

Text Example


Text Example

White with #351768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351768; }

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

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

background-color css

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

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

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

border-color css

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

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

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