Html Css Color HEX #351C65 Christalle

📋 copy color: '#351C65'

red 53 ◦ green 28 ◦ blue 101

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

Shades of Christalle #351C65

Tints of Christalle #351C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 101 (39.84% from 255) = 55.49%

R = 29.12%
G = 15.38%
B = 55.49%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#351C65 (or 0x351C65) is known color: Christalle. HEX triplet: 35, 1C and 65. RGB value is (53,28,101). Sum of RGB (Red+Green+Blue) = 53+28+101=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #351C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C65 is #CAE39A. Grayscale: #2B2B2B. Windows color (decimal): -13296539 or 6626357. OLE color: 6626357.

HSL color Cylindrical-coordinate representation of color #351C65: hue angle of 260.55º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351C65 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 28 101 -
CMYK 0.48 0.72 0 0.60
HSL 260.55º 0.57% 0.25% -
HSV(B) 260.55º 0.72% 0.4% -
XYZ 4.23 2.53 12.58 -
YUV 43.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 53 28 101 0.48 0.72 0 0.60 260.55 0.57 0.25
Hex 35 1C 65 30 48 0 3C 105 39 19
Octal 65 34 145 60 110 0 74 405 71 31
Binary 110101 11100 1100101 110000 1001000 0 111100 100000101 111001 11001

Color Harmonies of #351C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C65

Black with #351C65

Text Example


Text Example

White with #351C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351C65; }

 p { color: rgb(53,28,101); }

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

background-color css

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

 a { background-color: rgb(53,28,101); }

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

border-color css

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

 span { border-color: rgb(53,28,101); }

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