Html Css Color HEX #351853 Christalle

📋 copy color: '#351853'

red 53 ◦ green 24 ◦ blue 83

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

Shades of Christalle #351853

Tints of Christalle #351853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 33.13%
G = 15%
B = 51.88%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351853 (or 0x351853) is known color: Christalle. HEX triplet: 35, 18 and 53. RGB value is (53,24,83). Sum of RGB (Red+Green+Blue) = 53+24+83=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #351853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351853 is #CAE7AC. Grayscale: #272727. Windows color (decimal): -13297581 or 5445685. OLE color: 5445685.

HSL color Cylindrical-coordinate representation of color #351853: hue angle of 269.49º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351853 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 24 83 -
CMYK 0.36 0.71 0 0.67
HSL 269.49º 0.55% 0.21% -
HSV(B) 269.49º 0.71% 0.33% -
XYZ 3.36 2.03 8.4 -
YUV 39.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 53 24 83 0.36 0.71 0 0.67 269.49 0.55 0.21
Hex 35 18 53 24 47 0 43 10D 37 15
Octal 65 30 123 44 107 0 103 415 67 25
Binary 110101 11000 1010011 100100 1000111 0 1000011 100001101 110111 10101

Color Harmonies of #351853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351853

Black with #351853

Text Example


Text Example

White with #351853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351853; }

 p { color: rgb(53,24,83); }

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

background-color css

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

 a { background-color: rgb(53,24,83); }

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

border-color css

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

 span { border-color: rgb(53,24,83); }

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