#35195A

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

Shades of Christalle #35195A

Tints of Christalle #35195A

Color information

#35195A (or 0x35195A) is unknown color: approx Christalle. HEX triplet: 35, 19 and 5A. RGB value is (53,25,90). Sum of RGB (Red+Green+Blue) = 53+25+90=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #35195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35195A is #CAE6A5. Grayscale: #282828. Windows color (decimal): -13297318 or 5904693. OLE color: 5904693.

HSL color Cylindrical-coordinate representation of color #35195A: hue angle of 265.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35195A is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB532590-
CMYK0.410.7200.65
HSL265.85º56.52%22.55%-
HSV(B)265.85º72.22%35.29%-
XYZ3.662.199.9-
YUV40.78155.78136.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=31.55%
G=14.88%
B=53.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5325900.410.7200.65265.8556.5222.55
Hex35195A294804110a3917
Octal65311325111001014127127
Binary11010111001101101010100110010000100000110000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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