Html Css Color HEX #35035D Christalle

📋 copy color: '#35035D'

red 53 ◦ green 3 ◦ blue 93

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

Shades of Christalle #35035D

Tints of Christalle #35035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 35.57%
G = 2.01%
B = 62.42%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35035D (or 0x35035D) is known color: Christalle. HEX triplet: 35, 03 and 5D. RGB value is (53,3,93). Sum of RGB (Red+Green+Blue) = 53+3+93=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #35035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35035D is #CAFCA2. Grayscale: #1B1B1B. Windows color (decimal): -13302947 or 6095669. OLE color: 6095669.

HSL color Cylindrical-coordinate representation of color #35035D: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35035D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 3 93 -
CMYK 0.43 0.97 0 0.64
HSL 273.33º 0.94% 0.19% -
HSV(B) 273.33º 0.97% 0.36% -
XYZ 3.48 1.61 10.48 -
YUV 28.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 53 3 93 0.43 0.97 0 0.64 273.33 0.94 0.19
Hex 35 3 5D 2B 61 0 40 111 5E 13
Octal 65 3 135 53 141 0 100 421 136 23
Binary 110101 11 1011101 101011 1100001 0 1000000 100010001 1011110 10011

Color Harmonies of #35035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35035D

Black with #35035D

Text Example


Text Example

White with #35035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35035D; }

 p { color: rgb(53,3,93); }

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

background-color css

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

 a { background-color: rgb(53,3,93); }

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

border-color css

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

 span { border-color: rgb(53,3,93); }

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