#361B54

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

Shades of Christalle #361B54

Tints of Christalle #361B54

Color information

#361B54 (or 0x361B54) is unknown color: approx Christalle. HEX triplet: 36, 1B and 54. RGB value is (54,27,84). Sum of RGB (Red+Green+Blue) = 54+27+84=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #361B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B54 is #C9E4AB. Grayscale: #292929. Windows color (decimal): -13231276 or 5511990. OLE color: 5511990.

HSL color Cylindrical-coordinate representation of color #361B54: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #361B54 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB542784-
CMYK0.360.6800.67
HSL268.42º51.35%21.76%-
HSV(B)268.42º67.86%32.94%-
XYZ3.512.218.63-
YUV41.57151.95136.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=32.73%
G=16.36%
B=50.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5427840.360.6800.67268.4251.3521.76
Hex361B54244404310c3316
Octal66331244410401034146326
Binary11011011011101010010010010001000100001110000110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,84); }

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

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

 a { background-color: rgb(54,27,84); }

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

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

 span { border-color: rgb(54,27,84); }

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