Html Css Color HEX #350A58 Christalle

📋 copy color: '#350A58'

red 53 ◦ green 10 ◦ blue 88

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

Shades of Christalle #350A58

Tints of Christalle #350A58

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 35.1%
G = 6.62%
B = 58.28%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350A58 (or 0x350A58) is known color: Christalle. HEX triplet: 35, 0A and 58. RGB value is (53,10,88). Sum of RGB (Red+Green+Blue) = 53+10+88=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #350A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A58 is #CAF5A7. Grayscale: #1F1F1F. Windows color (decimal): -13301160 or 5769781. OLE color: 5769781.

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

Color convert

RGB 53 10 88 -
CMYK 0.40 0.89 0 0.65
HSL 273.08º 0.8% 0.19% -
HSV(B) 273.08º 0.89% 0.35% -
XYZ 3.34 1.68 9.38 -
YUV 31.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 53 10 88 0.40 0.89 0 0.65 273.08 0.8 0.19
Hex 35 A 58 28 59 0 41 111 50 13
Octal 65 12 130 50 131 0 101 421 120 23
Binary 110101 1010 1011000 101000 1011001 0 1000001 100010001 1010000 10011

Color Harmonies of #350A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A58

Black with #350A58

Text Example


Text Example

White with #350A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,88); }

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

background-color css

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

 a { background-color: rgb(53,10,88); }

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

border-color css

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

 span { border-color: rgb(53,10,88); }

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