Html Css Color HEX #350462 Christalle

📋 copy color: '#350462'

red 53 ◦ green 4 ◦ blue 98

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

Shades of Christalle #350462

Tints of Christalle #350462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 34.19%
G = 2.58%
B = 63.23%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#350462 (or 0x350462) is known color: Christalle. HEX triplet: 35, 04 and 62. RGB value is (53,4,98). Sum of RGB (Red+Green+Blue) = 53+4+98=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #350462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350462 is #CAFB9D. Grayscale: #1D1D1D. Windows color (decimal): -13302686 or 6423605. OLE color: 6423605.

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

Color convert

RGB 53 4 98 -
CMYK 0.46 0.96 0 0.62
HSL 271.28º 0.92% 0.2% -
HSV(B) 271.28º 0.96% 0.38% -
XYZ 3.72 1.73 11.69 -
YUV 29.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 53 4 98 0.46 0.96 0 0.62 271.28 0.92 0.2
Hex 35 4 62 2E 60 0 3E 10F 5C 14
Octal 65 4 142 56 140 0 76 417 134 24
Binary 110101 100 1100010 101110 1100000 0 111110 100001111 1011100 10100

Color Harmonies of #350462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350462

Black with #350462

Text Example


Text Example

White with #350462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350462; }

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

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

background-color css

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

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

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

border-color css

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

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

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