Html Css Color HEX #350658 Christalle

📋 copy color: '#350658'

red 53 ◦ green 6 ◦ blue 88

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

Shades of Christalle #350658

Tints of Christalle #350658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 36.05%
G = 4.08%
B = 59.86%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#350658 (or 0x350658) is known color: Christalle. HEX triplet: 35, 06 and 58. RGB value is (53,6,88). Sum of RGB (Red+Green+Blue) = 53+6+88=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #350658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350658 is #CAF9A7. Grayscale: #1D1D1D. Windows color (decimal): -13302184 or 5768757. OLE color: 5768757.

HSL color Cylindrical-coordinate representation of color #350658: hue angle of 274.39º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350658 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 6 88 -
CMYK 0.40 0.93 0 0.65
HSL 274.39º 0.87% 0.18% -
HSV(B) 274.39º 0.93% 0.35% -
XYZ 3.29 1.59 9.37 -
YUV 29.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 53 6 88 0.40 0.93 0 0.65 274.39 0.87 0.18
Hex 35 6 58 28 5D 0 41 112 57 12
Octal 65 6 130 50 135 0 101 422 127 22
Binary 110101 110 1011000 101000 1011101 0 1000001 100010010 1010111 10010

Color Harmonies of #350658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350658

Black with #350658

Text Example


Text Example

White with #350658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350658; }

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

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

background-color css

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

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

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

border-color css

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

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

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