Html Css Color HEX #351A54 Christalle

📋 copy color: '#351A54'

red 53 ◦ green 26 ◦ blue 84

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

Shades of Christalle #351A54

Tints of Christalle #351A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 51.53%

R = 32.52%
G = 15.95%
B = 51.53%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351A54 (or 0x351A54) is known color: Christalle. HEX triplet: 35, 1A and 54. RGB value is (53,26,84). Sum of RGB (Red+Green+Blue) = 53+26+84=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #351A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A54 is #CAE5AB. Grayscale: #282828. Windows color (decimal): -13297068 or 5511733. OLE color: 5511733.

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

Color convert

RGB 53 26 84 -
CMYK 0.37 0.69 0 0.67
HSL 267.93º 0.53% 0.22% -
HSV(B) 267.93º 0.69% 0.33% -
XYZ 3.44 2.14 8.62 -
YUV 40.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 53 26 84 0.37 0.69 0 0.67 267.93 0.53 0.22
Hex 35 1A 54 25 45 0 43 10C 35 16
Octal 65 32 124 45 105 0 103 414 65 26
Binary 110101 11010 1010100 100101 1000101 0 1000011 100001100 110101 10110

Color Harmonies of #351A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A54

Black with #351A54

Text Example


Text Example

White with #351A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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