#35055B

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

Shades of Christalle #35055B

Tints of Christalle #35055B

Color information

#35055B (or 0x35055B) is unknown color: approx Christalle. HEX triplet: 35, 05 and 5B. RGB value is (53,5,91). Sum of RGB (Red+Green+Blue) = 53+5+91=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #35055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35055B is #CAFAA4. Grayscale: #1C1C1C. Windows color (decimal): -13302437 or 5965109. OLE color: 5965109.

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

Color convert

RGB53591-
CMYK0.420.9500.64
HSL273.49º89.58%18.82%-
HSV(B)273.49º94.51%35.69%-
XYZ3.411.6210.03-
YUV29.16162.9145.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=35.57%
G=3.36%
B=61.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal535910.420.9500.64273.4989.5818.82
Hex3555B2A5F0401115a13
Octal65513352137010042113223
Binary1101011011011011101010101111101000000100010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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