Html Css Color HEX #35065D Christalle

📋 copy color: '#35065D'

red 53 ◦ green 6 ◦ blue 93

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

Shades of Christalle #35065D

Tints of Christalle #35065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 34.87%
G = 3.95%
B = 61.18%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35065D (or 0x35065D) is known color: Christalle. HEX triplet: 35, 06 and 5D. RGB value is (53,6,93). Sum of RGB (Red+Green+Blue) = 53+6+93=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #35065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35065D is #CAF9A2. Grayscale: #1D1D1D. Windows color (decimal): -13302179 or 6096437. OLE color: 6096437.

HSL color Cylindrical-coordinate representation of color #35065D: hue angle of 272.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35065D is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 6 93 -
CMYK 0.43 0.94 0 0.64
HSL 272.41º 0.88% 0.19% -
HSV(B) 272.41º 0.94% 0.36% -
XYZ 3.51 1.68 10.49 -
YUV 29.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 53 6 93 0.43 0.94 0 0.64 272.41 0.88 0.19
Hex 35 6 5D 2B 5E 0 40 110 58 13
Octal 65 6 135 53 136 0 100 420 130 23
Binary 110101 110 1011101 101011 1011110 0 1000000 100010000 1011000 10011

Color Harmonies of #35065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35065D

Black with #35065D

Text Example


Text Example

White with #35065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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