#35245D

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

Shades of Christalle #35245D

Tints of Christalle #35245D

Color information

#35245D (or 0x35245D) is unknown color: approx Christalle. HEX triplet: 35, 24 and 5D. RGB value is (53,36,93). Sum of RGB (Red+Green+Blue) = 53+36+93=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #35245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35245D is #CADBA2. Grayscale: #2F2F2F. Windows color (decimal): -13294499 or 6104117. OLE color: 6104117.

HSL color Cylindrical-coordinate representation of color #35245D: hue angle of 257.89º 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 #35245D is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533693-
CMYK0.430.6100.64
HSL257.89º44.19%25.29%-
HSV(B)257.89º61.29%36.47%-
XYZ4.072.8110.68-
YUV47.58153.63131.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=29.12%
G=19.78%
B=51.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5336930.430.6100.64257.8944.1925.29
Hex35245D2B3D0401022c19
Octal6544135537501004025431
Binary11010110010010111011010111111010100000010000001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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