#360957

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

Shades of Christalle #360957

Tints of Christalle #360957

Color information

#360957 (or 0x360957) is unknown color: approx Christalle. HEX triplet: 36, 09 and 57. RGB value is (54,9,87). Sum of RGB (Red+Green+Blue) = 54+9+87=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #360957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360957 is #C9F6A8. Grayscale: #1F1F1F. Windows color (decimal): -13235881 or 5703990. OLE color: 5703990.

HSL color Cylindrical-coordinate representation of color #360957: hue angle of 274.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360957 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54987-
CMYK0.380.9000.66
HSL274.62º81.25%18.82%-
HSV(B)274.62º89.66%34.12%-
XYZ3.341.679.16-
YUV31.35159.41144.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 87 (34.38% from 255) = 58%
R=36%
G=6%
B=58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal549870.380.9000.66274.6281.2518.82
Hex36957265A0421135113
Octal661112746132010242312123
Binary11011010011010111100110101101001000010100010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360957; }

 p { color: rgb(54,9,87); }

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

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

 a { background-color: rgb(54,9,87); }

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

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

 span { border-color: rgb(54,9,87); }

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