Html Css Color HEX #350B59 Christalle

📋 copy color: '#350B59'

red 53 ◦ green 11 ◦ blue 89

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

Shades of Christalle #350B59

Tints of Christalle #350B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 34.64%
G = 7.19%
B = 58.17%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350B59 (or 0x350B59) is known color: Christalle. HEX triplet: 35, 0B and 59. RGB value is (53,11,89). Sum of RGB (Red+Green+Blue) = 53+11+89=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #350B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B59 is #CAF4A6. Grayscale: #202020. Windows color (decimal): -13300903 or 5835573. OLE color: 5835573.

HSL color Cylindrical-coordinate representation of color #350B59: hue angle of 272.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350B59 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 11 89 -
CMYK 0.40 0.88 0 0.65
HSL 272.31º 0.78% 0.2% -
HSV(B) 272.31º 0.88% 0.35% -
XYZ 3.39 1.72 9.6 -
YUV 32.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 53 11 89 0.40 0.88 0 0.65 272.31 0.78 0.2
Hex 35 B 59 28 58 0 41 110 4E 14
Octal 65 13 131 50 130 0 101 420 116 24
Binary 110101 1011 1011001 101000 1011000 0 1000001 100010000 1001110 10100

Color Harmonies of #350B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B59

Black with #350B59

Text Example


Text Example

White with #350B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,11,89); }

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

background-color css

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

 a { background-color: rgb(53,11,89); }

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

border-color css

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

 span { border-color: rgb(53,11,89); }

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