#360859

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

Shades of Christalle #360859

Tints of Christalle #360859

Color information

#360859 (or 0x360859) is unknown color: approx Christalle. HEX triplet: 36, 08 and 59. RGB value is (54,8,89). Sum of RGB (Red+Green+Blue) = 54+8+89=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #360859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360859 is #C9F7A6. Grayscale: #1E1E1E. Windows color (decimal): -13236135 or 5834806. OLE color: 5834806.

HSL color Cylindrical-coordinate representation of color #360859: hue angle of 274.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360859 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54889-
CMYK0.390.9100.65
HSL274.07º83.51%19.02%-
HSV(B)274.07º91.01%34.9%-
XYZ3.411.689.6-
YUV30.99160.74144.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=35.76%
G=5.30%
B=58.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal548890.390.9100.65274.0783.5119.02
Hex36859275B0411125413
Octal661013147133010142212423
Binary11011010001011001100111101101101000001100010010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360859; }

 p { color: rgb(54,8,89); }

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

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

 a { background-color: rgb(54,8,89); }

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

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

 span { border-color: rgb(54,8,89); }

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