#360259

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

Shades of Christalle #360259

Tints of Christalle #360259

Color information

#360259 (or 0x360259) is unknown color: approx Christalle. HEX triplet: 36, 02 and 59. RGB value is (54,2,89). Sum of RGB (Red+Green+Blue) = 54+2+89=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #360259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360259 is #C9FDA6. Grayscale: #1B1B1B. Windows color (decimal): -13237671 or 5833270. OLE color: 5833270.

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

Color convert

RGB54289-
CMYK0.390.9800.65
HSL275.86º95.6%17.84%-
HSV(B)275.86º97.75%34.9%-
XYZ3.351.559.57-
YUV27.47162.73146.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=37.24%
G=1.38%
B=61.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal542890.390.9800.65275.8695.617.84
Hex3625927620411146012
Octal66213147142010142414022
Binary110110101011001100111110001001000001100010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360259; }

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

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

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

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

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

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

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

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