Html Css Color HEX #351A53 Christalle

📋 copy color: '#351A53'

red 53 ◦ green 26 ◦ blue 83

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

Shades of Christalle #351A53

Tints of Christalle #351A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

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

R = 32.72%
G = 16.05%
B = 51.23%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351A53 (or 0x351A53) is known color: Christalle. HEX triplet: 35, 1A and 53. RGB value is (53,26,83). Sum of RGB (Red+Green+Blue) = 53+26+83=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #351A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A53 is #CAE5AC. Grayscale: #282828. Windows color (decimal): -13297069 or 5446197. OLE color: 5446197.

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

Color convert

RGB 53 26 83 -
CMYK 0.36 0.69 0 0.67
HSL 268.42º 0.52% 0.21% -
HSV(B) 268.42º 0.69% 0.33% -
XYZ 3.4 2.12 8.41 -
YUV 40.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 53 26 83 0.36 0.69 0 0.67 268.42 0.52 0.21
Hex 35 1A 53 24 45 0 43 10C 34 15
Octal 65 32 123 44 105 0 103 414 64 25
Binary 110101 11010 1010011 100100 1000101 0 1000011 100001100 110100 10101

Color Harmonies of #351A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A53

Black with #351A53

Text Example


Text Example

White with #351A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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