Html Css Color HEX #351E66 Christalle

📋 copy color: '#351E66'

red 53 ◦ green 30 ◦ blue 102

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

Shades of Christalle #351E66

Tints of Christalle #351E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 28.65%
G = 16.22%
B = 55.14%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#351E66 (or 0x351E66) is known color: Christalle. HEX triplet: 35, 1E and 66. RGB value is (53,30,102). Sum of RGB (Red+Green+Blue) = 53+30+102=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #351E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E66 is #CAE199. Grayscale: #2C2C2C. Windows color (decimal): -13296026 or 6692405. OLE color: 6692405.

HSL color Cylindrical-coordinate representation of color #351E66: hue angle of 259.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351E66 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 30 102 -
CMYK 0.48 0.71 0 0.6
HSL 259.17º 0.55% 0.26% -
HSV(B) 259.17º 0.71% 0.4% -
XYZ 4.33 2.64 12.85 -
YUV 45.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 53 30 102 0.48 0.71 0 0.6 259.17 0.55 0.26
Hex 35 1E 66 30 47 0 3C 103 37 1A
Octal 65 36 146 60 107 0 74 403 67 32
Binary 110101 11110 1100110 110000 1000111 0 111100 100000011 110111 11010

Color Harmonies of #351E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E66

Black with #351E66

Text Example


Text Example

White with #351E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,30,102); }

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

background-color css

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

 a { background-color: rgb(53,30,102); }

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

border-color css

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

 span { border-color: rgb(53,30,102); }

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