#35075c

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

Shades of Christalle #35075C

Tints of Christalle #35075C

Color information

#35075C (or 0x35075C) is unknown color: approx Christalle. HEX triplet: 35, 07 and 5C. RGB value is (53,7,92). Sum of RGB (Red+Green+Blue) = 53+7+92=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #35075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35075C is #CAF8A3. Grayscale: #1E1E1E. Windows color (decimal): -13301924 or 6031157. OLE color: 6031157.

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

Color convert

RGB53792-
CMYK0.420.9200.64
HSL272.47º85.86%19.41%-
HSV(B)272.47º92.39%36.08%-
XYZ3.481.6810.27-
YUV30.44162.74144.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=34.87%
G=4.61%
B=60.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal537920.420.9200.64272.4785.8619.41
Hex3575C2A5C0401105613
Octal65713452134010042012623
Binary1101011111011100101010101110001000000100010000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35075c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35075c; }

 p { color: rgb(53,7,92); }

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

<style>
 a { background-color: #35075c; }

 a { background-color: rgb(53,7,92); }

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

<style>
 span { border-color: #35075c; }

 span { border-color: rgb(53,7,92); }

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