#361F53

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

Shades of Christalle #361F53

Tints of Christalle #361F53

Color information

#361F53 (or 0x361F53) is unknown color: approx Christalle. HEX triplet: 36, 1F and 53. RGB value is (54,31,83). Sum of RGB (Red+Green+Blue) = 54+31+83=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #361F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F53 is #C9E0AC. Grayscale: #2B2B2B. Windows color (decimal): -13230253 or 5447478. OLE color: 5447478.

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

Color convert

RGB543183-
CMYK0.350.6300.67
HSL266.54º45.61%22.35%-
HSV(B)266.54º62.65%32.55%-
XYZ3.572.398.46-
YUV43.81150.12135.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=32.14%
G=18.45%
B=49.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5431830.350.6300.67266.5445.6122.35
Hex361F53233F04310b2e16
Octal6637123437701034135626
Binary1101101111110100111000111111110100001110000101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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