#35245C

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

Shades of Christalle #35245C

Tints of Christalle #35245C

Color information

#35245C (or 0x35245C) is unknown color: approx Christalle. HEX triplet: 35, 24 and 5C. RGB value is (53,36,92). Sum of RGB (Red+Green+Blue) = 53+36+92=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #35245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35245C is #CADBA3. Grayscale: #2F2F2F. Windows color (decimal): -13294500 or 6038581. OLE color: 6038581.

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

Color convert

RGB533692-
CMYK0.420.6100.64
HSL258.21º43.75%25.1%-
HSV(B)258.21º60.87%36.08%-
XYZ4.032.7910.45-
YUV47.47153.13131.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=29.28%
G=19.89%
B=50.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5336920.420.6100.64258.2143.7525.1
Hex35245C2A3D0401022c19
Octal6544134527501004025431
Binary11010110010010111001010101111010100000010000001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35245C; }

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

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

<style>
 a { background-color: #35245C; }

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

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

<style>
 span { border-color: #35245C; }

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

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