#35095f

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

Shades of Christalle #35095F

Tints of Christalle #35095F

Color information

#35095F (or 0x35095F) is unknown color: approx Christalle. HEX triplet: 35, 09 and 5F. RGB value is (53,9,95). Sum of RGB (Red+Green+Blue) = 53+9+95=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #35095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35095F is #CAF6A0. Grayscale: #1F1F1F. Windows color (decimal): -13301409 or 6228277. OLE color: 6228277.

HSL color Cylindrical-coordinate representation of color #35095F: hue angle of 270.7º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35095F is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB53995-
CMYK0.440.9100.63
HSL270.7º82.69%20.39%-
HSV(B)270.7º90.53%37.25%-
XYZ3.631.7810.98-
YUV31.96163.58143.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 95 (37.5% from 255) = 60.51%
R=33.76%
G=5.73%
B=60.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal539950.440.9100.63270.782.6920.39
Hex3595F2C5B03F10f5314
Octal65111375413307741712324
Binary1101011001101111110110010110110111111100001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35095f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35095f; }

 p { color: rgb(53,9,95); }

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

<style>
 a { background-color: #35095f; }

 a { background-color: rgb(53,9,95); }

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

<style>
 span { border-color: #35095f; }

 span { border-color: rgb(53,9,95); }

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