#36146A

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

Shades of Christalle #36146A

Tints of Christalle #36146A

Color information

#36146A (or 0x36146A) is unknown color: approx Christalle. HEX triplet: 36, 14 and 6A. RGB value is (54,20,106). Sum of RGB (Red+Green+Blue) = 54+20+106=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #36146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36146A is #C9EB95. Grayscale: #272727. Windows color (decimal): -13233046 or 6951990. OLE color: 6951990.

HSL color Cylindrical-coordinate representation of color #36146A: hue angle of 263.72º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36146A is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5420106-
CMYK0.490.8100.58
HSL263.72º68.25%24.71%-
HSV(B)263.72º81.13%41.57%-
XYZ4.372.3313.85-
YUV39.97165.26138.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 106 (41.80% from 255) = 58.89%
R=30%
G=11.11%
B=58.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54201060.490.8100.58263.7268.2524.71
Hex36146A315103A1084419
Octal66241526112107241010431
Binary11011010100110101011000110100010111010100001000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36146A; }

 p { color: rgb(54,20,106); }

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

<style>
 a { background-color: #36146A; }

 a { background-color: rgb(54,20,106); }

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

<style>
 span { border-color: #36146A; }

 span { border-color: rgb(54,20,106); }

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