#35045B

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

Shades of Christalle #35045B

Tints of Christalle #35045B

Color information

#35045B (or 0x35045B) is unknown color: approx Christalle. HEX triplet: 35, 04 and 5B. RGB value is (53,4,91). Sum of RGB (Red+Green+Blue) = 53+4+91=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #35045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35045B is #CAFBA4. Grayscale: #1C1C1C. Windows color (decimal): -13302693 or 5964853. OLE color: 5964853.

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

Color convert

RGB53491-
CMYK0.420.9600.64
HSL273.79º91.58%18.63%-
HSV(B)273.79º95.6%35.69%-
XYZ3.41.610.03-
YUV28.57163.23145.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=35.81%
G=2.70%
B=61.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal534910.420.9600.64273.7991.5818.63
Hex3545B2A600401125c13
Octal65413352140010042213423
Binary1101011001011011101010110000001000000100010010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35045B; }

 p { color: rgb(53,4,91); }

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

<style>
 a { background-color: #35045B; }

 a { background-color: rgb(53,4,91); }

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

<style>
 span { border-color: #35045B; }

 span { border-color: rgb(53,4,91); }

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