Html Css Color HEX #35035B Christalle

📋 copy color: '#35035B'

red 53 ◦ green 3 ◦ blue 91

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

Shades of Christalle #35035B

Tints of Christalle #35035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 36.05%
G = 2.04%
B = 61.9%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35035B (or 0x35035B) is known color: Christalle. HEX triplet: 35, 03 and 5B. RGB value is (53,3,91). Sum of RGB (Red+Green+Blue) = 53+3+91=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #35035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35035B is #CAFCA4. Grayscale: #1B1B1B. Windows color (decimal): -13302949 or 5964597. OLE color: 5964597.

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

Color convert

RGB 53 3 91 -
CMYK 0.42 0.97 0 0.64
HSL 274.09º 0.94% 0.18% -
HSV(B) 274.09º 0.97% 0.36% -
XYZ 3.39 1.58 10.02 -
YUV 27.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 53 3 91 0.42 0.97 0 0.64 274.09 0.94 0.18
Hex 35 3 5B 2A 61 0 40 112 5E 12
Octal 65 3 133 52 141 0 100 422 136 22
Binary 110101 11 1011011 101010 1100001 0 1000000 100010010 1011110 10010

Color Harmonies of #35035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35035B

Black with #35035B

Text Example


Text Example

White with #35035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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