#36265E

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

Shades of Christalle #36265E

Tints of Christalle #36265E

Color information

#36265E (or 0x36265E) is unknown color: approx Christalle. HEX triplet: 36, 26 and 5E. RGB value is (54,38,94). Sum of RGB (Red+Green+Blue) = 54+38+94=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #36265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36265E is #C9D9A1. Grayscale: #303030. Windows color (decimal): -13228450 or 6170166. OLE color: 6170166.

HSL color Cylindrical-coordinate representation of color #36265E: hue angle of 257.14º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36265E is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB543894-
CMYK0.430.6000.63
HSL257.14º42.42%25.88%-
HSV(B)257.14º59.57%36.86%-
XYZ4.232.9810.94-
YUV49.17153.3131.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=29.03%
G=20.43%
B=50.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5438940.430.6000.63257.1442.4225.88
Hex36265E2B3C03F1012a1a
Octal664613653740774015232
Binary1101101001101011110101011111100011111110000000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36265E; }

 p { color: rgb(54,38,94); }

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

<style>
 a { background-color: #36265E; }

 a { background-color: rgb(54,38,94); }

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

<style>
 span { border-color: #36265E; }

 span { border-color: rgb(54,38,94); }

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