Html Css Color HEX #350360 Christalle

📋 copy color: '#350360'

red 53 ◦ green 3 ◦ blue 96

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

Shades of Christalle #350360

Tints of Christalle #350360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 63.16%

R = 34.87%
G = 1.97%
B = 63.16%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#350360 (or 0x350360) is known color: Christalle. HEX triplet: 35, 03 and 60. RGB value is (53,3,96). Sum of RGB (Red+Green+Blue) = 53+3+96=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #350360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350360 is #CAFC9F. Grayscale: #1C1C1C. Windows color (decimal): -13302944 or 6292277. OLE color: 6292277.

HSL color Cylindrical-coordinate representation of color #350360: hue angle of 272.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350360 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 3 96 -
CMYK 0.45 0.97 0 0.62
HSL 272.26º 0.94% 0.19% -
HSV(B) 272.26º 0.97% 0.38% -
XYZ 3.61 1.67 11.2 -
YUV 28.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 53 3 96 0.45 0.97 0 0.62 272.26 0.94 0.19
Hex 35 3 60 2D 61 0 3E 110 5E 13
Octal 65 3 140 55 141 0 76 420 136 23
Binary 110101 11 1100000 101101 1100001 0 111110 100010000 1011110 10011

Color Harmonies of #350360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350360

Black with #350360

Text Example


Text Example

White with #350360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350360; }

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

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

background-color css

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

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

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

border-color css

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

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

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