Html Css Color HEX #351C61 Christalle

📋 copy color: '#351C61'

red 53 ◦ green 28 ◦ blue 97

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

Shades of Christalle #351C61

Tints of Christalle #351C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 29.78%
G = 15.73%
B = 54.49%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#351C61 (or 0x351C61) is known color: Christalle. HEX triplet: 35, 1C and 61. RGB value is (53,28,97). Sum of RGB (Red+Green+Blue) = 53+28+97=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #351C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C61 is #CAE39E. Grayscale: #2B2B2B. Windows color (decimal): -13296543 or 6364213. OLE color: 6364213.

HSL color Cylindrical-coordinate representation of color #351C61: hue angle of 261.74º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351C61 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 28 97 -
CMYK 0.45 0.71 0 0.62
HSL 261.74º 0.55% 0.25% -
HSV(B) 261.74º 0.71% 0.38% -
XYZ 4.04 2.45 11.57 -
YUV 43.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 53 28 97 0.45 0.71 0 0.62 261.74 0.55 0.25
Hex 35 1C 61 2D 47 0 3E 106 37 19
Octal 65 34 141 55 107 0 76 406 67 31
Binary 110101 11100 1100001 101101 1000111 0 111110 100000110 110111 11001

Color Harmonies of #351C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C61

Black with #351C61

Text Example


Text Example

White with #351C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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