#361D52

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

Shades of Christalle #361D52

Tints of Christalle #361D52

Color information

#361D52 (or 0x361D52) is unknown color: approx Christalle. HEX triplet: 36, 1D and 52. RGB value is (54,29,82). Sum of RGB (Red+Green+Blue) = 54+29+82=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #361D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D52 is #C9E2AD. Grayscale: #2A2A2A. Windows color (decimal): -13230766 or 5381430. OLE color: 5381430.

HSL color Cylindrical-coordinate representation of color #361D52: hue angle of 268.3º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361D52 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB542982-
CMYK0.340.6500.68
HSL268.3º47.75%21.76%-
HSV(B)268.3º64.63%32.16%-
XYZ3.482.278.24-
YUV42.52150.28136.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=32.73%
G=17.58%
B=49.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5429820.340.6500.68268.347.7521.76
Hex361D52224104410c3016
Octal66351224210101044146026
Binary11011011101101001010001010000010100010010000110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,82); }

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

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

 a { background-color: rgb(54,29,82); }

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

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

 span { border-color: rgb(54,29,82); }

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