Html Css Color HEX #350662 Christalle

📋 copy color: '#350662'

red 53 ◦ green 6 ◦ blue 98

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

Shades of Christalle #350662

Tints of Christalle #350662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.42%

R = 33.76%
G = 3.82%
B = 62.42%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#350662 (or 0x350662) is known color: Christalle. HEX triplet: 35, 06 and 62. RGB value is (53,6,98). Sum of RGB (Red+Green+Blue) = 53+6+98=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #350662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350662 is #CAF99D. Grayscale: #1E1E1E. Windows color (decimal): -13302174 or 6424117. OLE color: 6424117.

HSL color Cylindrical-coordinate representation of color #350662: hue angle of 270.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350662 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 6 98 -
CMYK 0.46 0.94 0 0.62
HSL 270.65º 0.88% 0.2% -
HSV(B) 270.65º 0.94% 0.38% -
XYZ 3.74 1.77 11.7 -
YUV 30.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 53 6 98 0.46 0.94 0 0.62 270.65 0.88 0.2
Hex 35 6 62 2E 5E 0 3E 10F 58 14
Octal 65 6 142 56 136 0 76 417 130 24
Binary 110101 110 1100010 101110 1011110 0 111110 100001111 1011000 10100

Color Harmonies of #350662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350662

Black with #350662

Text Example


Text Example

White with #350662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350662; }

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

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

background-color css

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

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

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

border-color css

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

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

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