Html Css Color HEX #351358 Christalle

📋 copy color: '#351358'

red 53 ◦ green 19 ◦ blue 88

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

Shades of Christalle #351358

Tints of Christalle #351358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 88 (34.77% from 255) = 55%

R = 33.13%
G = 11.88%
B = 55%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351358 (or 0x351358) is known color: Christalle. HEX triplet: 35, 13 and 58. RGB value is (53,19,88). Sum of RGB (Red+Green+Blue) = 53+19+88=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #351358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351358 is #CAECA7. Grayscale: #242424. Windows color (decimal): -13298856 or 5772085. OLE color: 5772085.

HSL color Cylindrical-coordinate representation of color #351358: hue angle of 269.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351358 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 19 88 -
CMYK 0.40 0.78 0 0.65
HSL 269.57º 0.64% 0.21% -
HSV(B) 269.57º 0.78% 0.35% -
XYZ 3.46 1.93 9.42 -
YUV 37.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 53 19 88 0.40 0.78 0 0.65 269.57 0.64 0.21
Hex 35 13 58 28 4E 0 41 10E 40 15
Octal 65 23 130 50 116 0 101 416 100 25
Binary 110101 10011 1011000 101000 1001110 0 1000001 100001110 1000000 10101

Color Harmonies of #351358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351358

Black with #351358

Text Example


Text Example

White with #351358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351358; }

 p { color: rgb(53,19,88); }

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

background-color css

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

 a { background-color: rgb(53,19,88); }

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

border-color css

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

 span { border-color: rgb(53,19,88); }

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