#36265D

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

Shades of Christalle #36265D

Tints of Christalle #36265D

Color information

#36265D (or 0x36265D) is unknown color: approx Christalle. HEX triplet: 36, 26 and 5D. RGB value is (54,38,93). Sum of RGB (Red+Green+Blue) = 54+38+93=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #36265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36265D is #C9D9A2. Grayscale: #303030. Windows color (decimal): -13228451 or 6104630. OLE color: 6104630.

HSL color Cylindrical-coordinate representation of color #36265D: hue angle of 257.45º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36265D is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB543893-
CMYK0.420.5900.64
HSL257.45º41.98%25.69%-
HSV(B)257.45º59.14%36.47%-
XYZ4.192.9610.71-
YUV49.05152.8131.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=29.19%
G=20.54%
B=50.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5438930.420.5900.64257.4541.9825.69
Hex36265D2A3B0401012a1a
Octal6646135527301004015232
Binary11011010011010111011010101110110100000010000000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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