#361068

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

Shades of Christalle #361068

Tints of Christalle #361068

Color information

#361068 (or 0x361068) is unknown color: approx Christalle. HEX triplet: 36, 10 and 68. RGB value is (54,16,104). Sum of RGB (Red+Green+Blue) = 54+16+104=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #361068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361068 is #C9EF97. Grayscale: #252525. Windows color (decimal): -13234072 or 6819894. OLE color: 6819894.

HSL color Cylindrical-coordinate representation of color #361068: hue angle of 265.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361068 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5416104-
CMYK0.480.8500.59
HSL265.91º73.33%23.53%-
HSV(B)265.91º84.62%40.78%-
XYZ4.212.1513.29-
YUV37.39165.59139.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=31.03%
G=9.20%
B=59.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54161040.480.8500.59265.9173.3323.53
Hex361068305503B10a4918
Octal66201506012507341211130
Binary11011010000110100011000010101010111011100001010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361068; }

 p { color: rgb(54,16,104); }

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

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

 a { background-color: rgb(54,16,104); }

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

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

 span { border-color: rgb(54,16,104); }

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