#35075D

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

Shades of Christalle #35075D

Tints of Christalle #35075D

Color information

#35075D (or 0x35075D) is unknown color: approx Christalle. HEX triplet: 35, 07 and 5D. RGB value is (53,7,93). Sum of RGB (Red+Green+Blue) = 53+7+93=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #35075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35075D is #CAF8A2. Grayscale: #1E1E1E. Windows color (decimal): -13301923 or 6096693. OLE color: 6096693.

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

Color convert

RGB53793-
CMYK0.430.9200.64
HSL272.09º86%19.61%-
HSV(B)272.09º92.47%36.47%-
XYZ3.521.710.5-
YUV30.56163.24144.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=34.64%
G=4.58%
B=60.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal537930.430.9200.64272.098619.61
Hex3575D2B5C0401105614
Octal65713553134010042012624
Binary1101011111011101101011101110001000000100010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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