#35225d

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

Shades of Christalle #35225D

Tints of Christalle #35225D

Color information

#35225D (or 0x35225D) is unknown color: approx Christalle. HEX triplet: 35, 22 and 5D. RGB value is (53,34,93). Sum of RGB (Red+Green+Blue) = 53+34+93=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #35225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35225D is #CADDA2. Grayscale: #2E2E2E. Windows color (decimal): -13295011 or 6103605. OLE color: 6103605.

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

Color convert

RGB533493-
CMYK0.430.6300.64
HSL259.32º46.46%24.9%-
HSV(B)259.32º63.44%36.47%-
XYZ4.022.6910.66-
YUV46.41154.29132.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=29.44%
G=18.89%
B=51.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5334930.430.6300.64259.3246.4624.9
Hex35225D2B3F0401032e19
Octal6542135537701004035631
Binary11010110001010111011010111111110100000010000001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35225d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35225d; }

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

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

<style>
 a { background-color: #35225d; }

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

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

<style>
 span { border-color: #35225d; }

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

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