Html Css Color HEX #35085E Christalle

📋 copy color: '#35085E'

red 53 ◦ green 8 ◦ blue 94

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

Shades of Christalle #35085E

Tints of Christalle #35085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 34.19%
G = 5.16%
B = 60.65%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35085E (or 0x35085E) is known color: Christalle. HEX triplet: 35, 08 and 5E. RGB value is (53,8,94). Sum of RGB (Red+Green+Blue) = 53+8+94=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #35085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085E is #CAF7A1. Grayscale: #1E1E1E. Windows color (decimal): -13301666 or 6162485. OLE color: 6162485.

HSL color Cylindrical-coordinate representation of color #35085E: hue angle of 271.4º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35085E is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 8 94 -
CMYK 0.44 0.91 0 0.63
HSL 271.4º 0.84% 0.2% -
HSV(B) 271.4º 0.91% 0.37% -
XYZ 3.58 1.74 10.74 -
YUV 31.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 53 8 94 0.44 0.91 0 0.63 271.4 0.84 0.2
Hex 35 8 5E 2C 5B 0 3F 10F 54 14
Octal 65 10 136 54 133 0 77 417 124 24
Binary 110101 1000 1011110 101100 1011011 0 111111 100001111 1010100 10100

Color Harmonies of #35085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35085E

Black with #35085E

Text Example


Text Example

White with #35085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35085E; }

 p { color: rgb(53,8,94); }

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

background-color css

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

 a { background-color: rgb(53,8,94); }

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

border-color css

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

 span { border-color: rgb(53,8,94); }

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