#35235B

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

Shades of Christalle #35235B

Tints of Christalle #35235B

Color information

#35235B (or 0x35235B) is unknown color: approx Christalle. HEX triplet: 35, 23 and 5B. RGB value is (53,35,91). Sum of RGB (Red+Green+Blue) = 53+35+91=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #35235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35235B is #CADCA4. Grayscale: #2E2E2E. Windows color (decimal): -13294757 or 5972789. OLE color: 5972789.

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

Color convert

RGB533591-
CMYK0.420.6200.64
HSL259.29º44.44%24.71%-
HSV(B)259.29º61.54%35.69%-
XYZ3.962.7110.21-
YUV46.77152.96132.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=29.61%
G=19.55%
B=50.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5335910.420.6200.64259.2944.4424.71
Hex35235B2A3E0401032c19
Octal6543133527601004035431
Binary11010110001110110111010101111100100000010000001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35235B; }

 p { color: rgb(53,35,91); }

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

<style>
 a { background-color: #35235B; }

 a { background-color: rgb(53,35,91); }

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

<style>
 span { border-color: #35235B; }

 span { border-color: rgb(53,35,91); }

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