#362360

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

Shades of Christalle #362360

Tints of Christalle #362360

Color information

#362360 (or 0x362360) is unknown color: approx Christalle. HEX triplet: 36, 23 and 60. RGB value is (54,35,96). Sum of RGB (Red+Green+Blue) = 54+35+96=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #362360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362360 is #C9DC9F. Grayscale: #2F2F2F. Windows color (decimal): -13229216 or 6300470. OLE color: 6300470.

HSL color Cylindrical-coordinate representation of color #362360: hue angle of 258.69º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #362360 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543596-
CMYK0.440.6400.62
HSL258.69º46.56%25.69%-
HSV(B)258.69º63.54%37.65%-
XYZ4.232.8311.39-
YUV47.64155.29132.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=29.19%
G=18.92%
B=51.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5435960.440.6400.62258.6946.5625.69
Hex3623602C4003E1032f1a
Octal6643140541000764035732
Binary11011010001111000001011001000000011111010000001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362360; }

 p { color: rgb(54,35,96); }

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

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

 a { background-color: rgb(54,35,96); }

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

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

 span { border-color: rgb(54,35,96); }

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