#35195D

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

Shades of Christalle #35195D

Tints of Christalle #35195D

Color information

#35195D (or 0x35195D) is unknown color: approx Christalle. HEX triplet: 35, 19 and 5D. RGB value is (53,25,93). Sum of RGB (Red+Green+Blue) = 53+25+93=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #35195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35195D is #CAE6A2. Grayscale: #282828. Windows color (decimal): -13297315 or 6101301. OLE color: 6101301.

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

Color convert

RGB532593-
CMYK0.430.7300.64
HSL264.71º57.63%23.14%-
HSV(B)264.71º73.12%36.47%-
XYZ3.792.2410.59-
YUV41.12157.28136.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=30.99%
G=14.62%
B=54.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5325930.430.7300.64264.7157.6323.14
Hex35195D2B490401093a17
Octal65311355311101004117227
Binary11010111001101110110101110010010100000010000100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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