Html Css Color HEX #351068 Christalle

📋 copy color: '#351068'

red 53 ◦ green 16 ◦ blue 104

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

Shades of Christalle #351068

Tints of Christalle #351068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 30.64%
G = 9.25%
B = 60.12%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#351068 (or 0x351068) is known color: Christalle. HEX triplet: 35, 10 and 68. RGB value is (53,16,104). Sum of RGB (Red+Green+Blue) = 53+16+104=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #351068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351068 is #CAEF97. Grayscale: #242424. Windows color (decimal): -13299608 or 6819893. OLE color: 6819893.

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

Color convert

RGB 53 16 104 -
CMYK 0.49 0.85 0 0.59
HSL 265.23º 0.73% 0.24% -
HSV(B) 265.23º 0.85% 0.41% -
XYZ 4.15 2.13 13.29 -
YUV 37.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 53 16 104 0.49 0.85 0 0.59 265.23 0.73 0.24
Hex 35 10 68 31 55 0 3B 109 49 18
Octal 65 20 150 61 125 0 73 411 111 30
Binary 110101 10000 1101000 110001 1010101 0 111011 100001001 1001001 11000

Color Harmonies of #351068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351068

Black with #351068

Text Example


Text Example

White with #351068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351068; }

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

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

background-color css

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

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

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

border-color css

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

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

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