Html Css Color HEX #351E65 Christalle

📋 copy color: '#351E65'

red 53 ◦ green 30 ◦ blue 101

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

Shades of Christalle #351E65

Tints of Christalle #351E65

RGB

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

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

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

R = 28.8%
G = 16.3%
B = 54.89%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#351E65 (or 0x351E65) is known color: Christalle. HEX triplet: 35, 1E and 65. RGB value is (53,30,101). Sum of RGB (Red+Green+Blue) = 53+30+101=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #351E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E65 is #CAE19A. Grayscale: #2C2C2C. Windows color (decimal): -13296027 or 6626869. OLE color: 6626869.

HSL color Cylindrical-coordinate representation of color #351E65: hue angle of 259.44º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351E65 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 30 101 -
CMYK 0.48 0.70 0 0.60
HSL 259.44º 0.54% 0.26% -
HSV(B) 259.44º 0.7% 0.4% -
XYZ 4.28 2.63 12.59 -
YUV 44.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 53 30 101 0.48 0.70 0 0.60 259.44 0.54 0.26
Hex 35 1E 65 30 46 0 3C 103 36 1A
Octal 65 36 145 60 106 0 74 403 66 32
Binary 110101 11110 1100101 110000 1000110 0 111100 100000011 110110 11010

Color Harmonies of #351E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E65

Black with #351E65

Text Example


Text Example

White with #351E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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