Html Css Color HEX #35196D Christalle

📋 copy color: '#35196D'

red 53 ◦ green 25 ◦ blue 109

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

Shades of Christalle #35196D

Tints of Christalle #35196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 109 (42.97% from 255) = 58.29%

R = 28.34%
G = 13.37%
B = 58.29%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35196D (or 0x35196D) is known color: Christalle. HEX triplet: 35, 19 and 6D. RGB value is (53,25,109). Sum of RGB (Red+Green+Blue) = 53+25+109=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #35196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35196D is #CAE692. Grayscale: #2A2A2A. Windows color (decimal): -13297299 or 7149877. OLE color: 7149877.

HSL color Cylindrical-coordinate representation of color #35196D: hue angle of 260º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35196D is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 25 109 -
CMYK 0.51 0.77 0 0.57
HSL 260º 0.63% 0.26% -
HSV(B) 260º 0.77% 0.43% -
XYZ 4.58 2.56 14.72 -
YUV 42.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 53 25 109 0.51 0.77 0 0.57 260 0.63 0.26
Hex 35 19 6D 33 4D 0 39 104 3F 1A
Octal 65 31 155 63 115 0 71 404 77 32
Binary 110101 11001 1101101 110011 1001101 0 111001 100000100 111111 11010

Color Harmonies of #35196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35196D

Black with #35196D

Text Example


Text Example

White with #35196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,25,109); }

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

background-color css

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

 a { background-color: rgb(53,25,109); }

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

border-color css

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

 span { border-color: rgb(53,25,109); }

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