Html Css Color HEX #350563 Christalle

📋 copy color: '#350563'

red 53 ◦ green 5 ◦ blue 99

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

Shades of Christalle #350563

Tints of Christalle #350563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 33.76%
G = 3.18%
B = 63.06%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#350563 (or 0x350563) is known color: Christalle. HEX triplet: 35, 05 and 63. RGB value is (53,5,99). Sum of RGB (Red+Green+Blue) = 53+5+99=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #350563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350563 is #CAFA9C. Grayscale: #1D1D1D. Windows color (decimal): -13302429 or 6489397. OLE color: 6489397.

HSL color Cylindrical-coordinate representation of color #350563: hue angle of 270.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350563 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 5 99 -
CMYK 0.46 0.95 0 0.61
HSL 270.64º 0.9% 0.2% -
HSV(B) 270.64º 0.95% 0.39% -
XYZ 3.77 1.77 11.95 -
YUV 30.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 53 5 99 0.46 0.95 0 0.61 270.64 0.9 0.2
Hex 35 5 63 2E 5F 0 3D 10F 5A 14
Octal 65 5 143 56 137 0 75 417 132 24
Binary 110101 101 1100011 101110 1011111 0 111101 100001111 1011010 10100

Color Harmonies of #350563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350563

Black with #350563

Text Example


Text Example

White with #350563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350563; }

 p { color: rgb(53,5,99); }

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

background-color css

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

 a { background-color: rgb(53,5,99); }

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

border-color css

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

 span { border-color: rgb(53,5,99); }

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