#35146A

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

Shades of Christalle #35146A

Tints of Christalle #35146A

Color information

#35146A (or 0x35146A) is unknown color: approx Christalle. HEX triplet: 35, 14 and 6A. RGB value is (53,20,106). Sum of RGB (Red+Green+Blue) = 53+20+106=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #35146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35146A is #CAEB95. Grayscale: #272727. Windows color (decimal): -13298582 or 6951989. OLE color: 6951989.

HSL color Cylindrical-coordinate representation of color #35146A: hue angle of 263.02º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35146A is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5320106-
CMYK0.50.8100.58
HSL263.02º68.25%24.71%-
HSV(B)263.02º81.13%41.57%-
XYZ4.322.313.85-
YUV39.67165.43137.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=29.61%
G=11.17%
B=59.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53201060.50.8100.58263.0268.2524.71
Hex35146A325103A1074419
Octal65241526212107240710431
Binary11010110100110101011001010100010111010100000111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,20,106); }

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

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

 a { background-color: rgb(53,20,106); }

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

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

 span { border-color: rgb(53,20,106); }

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