#361F59

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

Shades of Christalle #361F59

Tints of Christalle #361F59

Color information

#361F59 (or 0x361F59) is unknown color: approx Christalle. HEX triplet: 36, 1F and 59. RGB value is (54,31,89). Sum of RGB (Red+Green+Blue) = 54+31+89=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #361F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F59 is #C9E0A6. Grayscale: #2C2C2C. Windows color (decimal): -13230247 or 5840694. OLE color: 5840694.

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

Color convert

RGB543189-
CMYK0.390.6500.65
HSL263.79º48.33%23.53%-
HSV(B)263.79º65.17%34.9%-
XYZ3.812.499.73-
YUV44.49153.12134.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=31.03%
G=17.82%
B=51.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5431890.390.6500.65263.7948.3323.53
Hex361F5927410411083018
Octal66371314710101014106030
Binary11011011111101100110011110000010100000110000100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F59; }

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

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

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

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

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

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

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

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