Html Css Color HEX #351669 Christalle

📋 copy color: '#351669'

red 53 ◦ green 22 ◦ blue 105

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

Shades of Christalle #351669

Tints of Christalle #351669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 105 (41.41% from 255) = 58.33%

R = 29.44%
G = 12.22%
B = 58.33%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#351669 (or 0x351669) is known color: Christalle. HEX triplet: 35, 16 and 69. RGB value is (53,22,105). Sum of RGB (Red+Green+Blue) = 53+22+105=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #351669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351669 is #CAE996. Grayscale: #282828. Windows color (decimal): -13298071 or 6886965. OLE color: 6886965.

HSL color Cylindrical-coordinate representation of color #351669: hue angle of 262.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351669 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 22 105 -
CMYK 0.50 0.79 0 0.59
HSL 262.41º 0.65% 0.25% -
HSV(B) 262.41º 0.79% 0.41% -
XYZ 4.3 2.35 13.59 -
YUV 40.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 53 22 105 0.50 0.79 0 0.59 262.41 0.65 0.25
Hex 35 16 69 32 4F 0 3B 106 41 19
Octal 65 26 151 62 117 0 73 406 101 31
Binary 110101 10110 1101001 110010 1001111 0 111011 100000110 1000001 11001

Color Harmonies of #351669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351669

Black with #351669

Text Example


Text Example

White with #351669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351669; }

 p { color: rgb(53,22,105); }

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

background-color css

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

 a { background-color: rgb(53,22,105); }

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

border-color css

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

 span { border-color: rgb(53,22,105); }

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