Html Css Color HEX #350D61 Christalle

📋 copy color: '#350D61'

red 53 ◦ green 13 ◦ blue 97

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

Shades of Christalle #350D61

Tints of Christalle #350D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

 BLUE value IS 97 (38.28% from 255) = 59.51%

R = 32.52%
G = 7.98%
B = 59.51%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#350D61 (or 0x350D61) is known color: Christalle. HEX triplet: 35, 0D and 61. RGB value is (53,13,97). Sum of RGB (Red+Green+Blue) = 53+13+97=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #350D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D61 is #CAF29E. Grayscale: #222222. Windows color (decimal): -13300383 or 6360373. OLE color: 6360373.

HSL color Cylindrical-coordinate representation of color #350D61: hue angle of 268.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350D61 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 13 97 -
CMYK 0.45 0.87 0 0.62
HSL 268.57º 0.76% 0.22% -
HSV(B) 268.57º 0.87% 0.38% -
XYZ 3.77 1.91 11.48 -
YUV 34.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 53 13 97 0.45 0.87 0 0.62 268.57 0.76 0.22
Hex 35 D 61 2D 57 0 3E 10D 4C 16
Octal 65 15 141 55 127 0 76 415 114 26
Binary 110101 1101 1100001 101101 1010111 0 111110 100001101 1001100 10110

Color Harmonies of #350D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D61

Black with #350D61

Text Example


Text Example

White with #350D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350D61; }

 p { color: rgb(53,13,97); }

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

background-color css

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

 a { background-color: rgb(53,13,97); }

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

border-color css

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

 span { border-color: rgb(53,13,97); }

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