#35035C

Color #35035C Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #35035C

Tints of Christalle #35035C

Color information

#35035C (or 0x35035C) is unknown color: approx Christalle. HEX triplet: 35, 03 and 5C. RGB value is (53,3,92). Sum of RGB (Red+Green+Blue) = 53+3+92=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #35035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35035C is #CAFCA3. Grayscale: #1B1B1B. Windows color (decimal): -13302948 or 6030133. OLE color: 6030133.

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

Color convert

RGB53392-
CMYK0.420.9700.64
HSL273.71º93.68%18.63%-
HSV(B)273.71º96.74%36.08%-
XYZ3.431.5910.25-
YUV28.1164.06145.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=35.81%
G=2.03%
B=62.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal533920.420.9700.64273.7193.6818.63
Hex3535C2A610401125e13
Octal65313452141010042213623
Binary110101111011100101010110000101000000100010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35035C; }

 p { color: rgb(53,3,92); }

 H1.HeaderClassName
 {
   color: #35035C;
 }
 .AnyTagClassName
 {
   color: #35035C;
 }
</style>
background-color css

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

 a { background-color: rgb(53,3,92); }

 div.DivClassName
 {
   background-color: #35035C;
 }
 .BgClassName
 {
   background-color: #35035C;
 }
</style>
border-color css

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

 span { border-color: rgb(53,3,92); }

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