#361952

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

Shades of Christalle #361952

Tints of Christalle #361952

Color information

#361952 (or 0x361952) is unknown color: approx Christalle. HEX triplet: 36, 19 and 52. RGB value is (54,25,82). Sum of RGB (Red+Green+Blue) = 54+25+82=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #361952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361952 is #C9E6AD. Grayscale: #272727. Windows color (decimal): -13231790 or 5380406. OLE color: 5380406.

HSL color Cylindrical-coordinate representation of color #361952: hue angle of 270.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361952 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB542582-
CMYK0.340.7000.68
HSL270.53º53.27%20.98%-
HSV(B)270.53º69.51%32.16%-
XYZ3.392.098.21-
YUV40.17151.61137.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=33.54%
G=15.53%
B=50.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5425820.340.7000.68270.5353.2720.98
Hex361952224604410f3515
Octal66311224210601044176525
Binary11011011001101001010001010001100100010010000111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361952; }

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

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

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

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

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

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

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

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